Mercurial > public > sg101
comparison media/css/base.css @ 196:893b6d462cf9
Closing #70 with this commit and the previous on. Incorportating Ken Dushane's design for the site.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 07 Apr 2010 01:59:09 +0000 |
parents | 136719cbcb3c |
children | bc958bc3c6eb |
comparison
equal
deleted
inserted
replaced
195:136719cbcb3c | 196:893b6d462cf9 |
---|---|
32 display: block; | 32 display: block; |
33 clear: both; | 33 clear: both; |
34 } | 34 } |
35 #header-nav { | 35 #header-nav { |
36 background-color: #E0F2F6; | 36 background-color: #E0F2F6; |
37 text-align: center; | 37 text-align: right; |
38 } | 38 } |
39 #header-nav ul { | 39 #header-nav ul { |
40 padding-top: 3px; | 40 padding-top: 3px; |
41 padding-right: 5px; | 41 padding-right: 5px; |
42 margin-bottom: 3px; | 42 margin-bottom: 3px; |
43 /* text-align: right; */ | 43 /* text-align: right; */ |
44 list-style: none; | 44 list-style: none; |
45 } | 45 } |
46 #header-nav li { | 46 #header-nav li { |
47 display: inline; | 47 display: inline; |
48 margin: 0 24px; | 48 margin: 0 36px; |
49 } | 49 } |
50 #header-nav li a { | 50 #header-nav li a { |
51 font-size: 1.0em; | 51 font-size: 1.0em; |
52 line-height: 1em; | 52 line-height: 1em; |
53 text-decoration: none; | 53 text-decoration: none; |