Skip to content

Commit

Permalink
Added 45 degree lines to h2 background.
Browse files Browse the repository at this point in the history
  • Loading branch information
gma committed Jun 22, 2010
1 parent cad4c0a commit e0869dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file added public/lines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions views/master.sass
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ div#container
@mixin dark-tint-text
color: $dark-tint
text-shadow: -1px -1px 1px white
text-shadow: 0 -1px 1px white

body
background: $background-tint
Expand Down Expand Up @@ -151,8 +151,8 @@ div#content
@include dark-tint-text

h2
background-color: $background-tint - #111
background-color: rgba($background-tint - #222, 0.5)
background: $background-tint - #111
background: rgba($background-tint - #222, 0.4) url(/lines.png) repeat
margin-left: (-2em / $h2-scale) * $base-scale
margin-right: 0
padding-left: 1em
Expand Down Expand Up @@ -217,6 +217,7 @@ div#content

div#sidebar
@include border-radius(0.5em)
background-color: white
background-color: rgba(255, 255, 255, 0.9)

h2
Expand Down

0 comments on commit e0869dc

Please sign in to comment.