Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
taking out text shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
kbingman committed Aug 9, 2010
1 parent 5d5fb54 commit 1b33530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/views/css/_layout.sass
Expand Up @@ -25,10 +25,9 @@
:font-size 4em
:font-family "ChaletParisNineteenSixty", "HelveticaNeue-Light", helvetica, arial, sans-serif
:margin 0
:text-shadow 0 0 0 #ccc
a
color: white
text-decoration: none
:color #ccc
:text-decoration none
h1#bkr
:position absolute
:text-indent -10000px
Expand All @@ -46,7 +45,7 @@
#content
+clearfix
:padding 12px

:color #ccc
h2, h3
:font-family "ChaletLondonNineteenSixty", "HelveticaNeue-Light", helvetica, arial, sans-serif

Expand Down
2 changes: 2 additions & 0 deletions app/views/css/_thumbnails.sass
Expand Up @@ -6,6 +6,8 @@
li
:float left
:margin 0 6px 6px 0
:height 120px
:width 120px
img
:float left
:opacity 0.8
Expand Down

0 comments on commit 1b33530

Please sign in to comment.