Skip to content

Commit c05488f

Browse files
committed
Update base.css
1 parent 7bf55c9 commit c05488f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/base.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
a { border-bottom: 1px dotted #33a; color: #33a; text-decoration: none; }
2-
a.logo { border: 0; text-decoration: none; }
3-
a.logo img { border-radius: 50%; }
2+
a.logo { border: 0px; text-decoration: none; }
3+
a.logo img { border-radius: 50%; padding: 0px 0px; }
44
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; }
55
code { background-color: #584ccc; color: #fff; border-radius: 10px; padding: 5px 10px; }
66
form label { display: inline-block; width: 200px; }

0 commit comments

Comments
 (0)