We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af274a commit e90486bCopy full SHA for e90486b
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; 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; }
4
h2 { padding-top: 40px; }
5
img { padding: 20px 0 20px 40px; }
6
li { padding-bottom: 10px; }
0 commit comments