Skip to content

Commit

Permalink
CSS improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
remear authored and wayneeseguin committed Apr 16, 2010
1 parent 23c200b commit 1c8c344
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .rvmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

rvm --create 1.9.2-head@rvm-site
rvm --create ruby-head@rvm-site

if [[ -s rvm-site.gems ]] ; then
rvm gemset import rvm-site.gems
Expand Down
26 changes: 21 additions & 5 deletions content/assets/css/screen.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
margin: 0
padding: 0
font-family: Georgia, Palatino, Times, "Times New Roman", sans-serif

body
background: #FFFFFF url(/images/bottom-gradient.gif) repeat-x fixed center bottom
background: #8c1313
margin: 1em
line-height: 1.4em

line-height: 1.5em
.relative
position: relative
.shadow
Expand All @@ -32,6 +32,7 @@ body
.box
margin-top: 1em
padding: 0.8em

/* Not used */
.container
margin: 4em auto
Expand All @@ -49,7 +50,20 @@ body
color: blue
img
border: none

h2
font-weight: normal
padding:
bottom: 10px
color: #9c1f1f
border:
style: solid
top: none
left: none
right: none
bottom:
width: 1px
color: #CCCCCC

#background
background: #fff url("/images/ruby.png") no-repeat 10px 10px
width: 80%
Expand Down Expand Up @@ -113,6 +127,8 @@ body
border: 1px solid maroon
padding: 0.75em
overflow: auto
background-color: #FAFAFA
font-size: 14px

#index
background-color: #eee
Expand Down

0 comments on commit 1c8c344

Please sign in to comment.