Displaying 4 results from an estimated 4 matches for "fafafa".
2012 Oct 31
5
css background not showing
Hi all,
for some reason adding the following is doing nothing...
.post.hover {
background: FAFAFA;
I''ve got this in my posts.js coffee file
$ ->
$(''.post'').hover (event) ->
$(this).toggleClass("hover")
and my index is
<% @posts.each do |post| %>
<div class="post">
<strong><%= post.title %></strong>
<p&g...
2006 Jun 05
1
Strange problem with Gruff not always displaying graph
...t;Reports"
g.theme = {
:colors => [''#CC0000'', ''#00CC00'', ''#cc6633'', ''#cc9966'',
''#99cc99''],
:marker_color => ''black'',
:background_colors => [''#FAFAFA'', ''#FAFAFA'']
}
report_number = []
labels = []
@report = User.find(session[:user]).reports.find(params[:id])
@records = @report.report_items.find(:all, :conditions => [
"report_context = ''Required''" ] )
for...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;gray92", "#EBEBEB",
"gray93", "#EDEDED",
"gray94", "#F0F0F0",
"gray95", "#F2F2F2",
"gray96", "#F5F5F5",
"gray97", "#F7F7F7",
"gray98", "#FAFAFA",
"gray99", "#FCFCFC",
"gray100", "#FFFFFF",
"green", "#00FF00",
"green1", "#00FF00",
"green2", "#00EE00",
"green3", "#00CD00",
"green4...
2010 Feb 15
29
webgen 0.5.11 released
Hey everybody!
--------------
webgen 0.5.11 has just been released! If you don''t know what webgen is,
read the "What''s webgen?" section down below.
This announcement is also available at
http://webgen.rubyforge.org/news/release_0_5_11.html
In this release there are two big changes regarding the internals of
webgen:
1. The dependency on facets has been removed