We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0333b commit 020d677Copy full SHA for 020d677
css/base.css
@@ -1,6 +1,6 @@
1
a { border-bottom: 1px dotted #33a; color: #33a; text-decoration: none; }
2
a.adobe { border-bottom: 1px dotted #f00; color: #f00; }
3
-body { background-color: #eee; background-image: url(/images/gen-logo.png); background-position: 95% 5%; background-repeat: no-repeat; color: #333; font: 14px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; line-height: 2.0em; padding: 10px 5% 0; }
+body { background-color: #eee; background-image: url(/images/gen-logo.png); background-position: 95% 5%; background-repeat: no-repeat; color: #333; font: 14px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; line-height: 2.0em; padding: 10px 5% 0; text-shadow: 0 -2px #eee, 0 1px #eee; }
4
h2 { padding-top: 40px; }
5
img { padding: 20px 0 20px 40px; }
6
li { padding-bottom: 10px; }
0 commit comments