change name of title in banner
[blog.git] / css / my.css
1 html {
2 /*    background:#fffbf8; */
3 /*    color:#585858; */
4 /*    padding:17px; */
5 }
6
7 body {
8     max-width:45em;
9     margin: 0 auto;
10 /*    border: 1px solid LightGrey; */
11 }
12
13 body .title {
14     text-align:center;
15 }
16
17 #banner {
18     height: 1.0em;
19 /*    background-color: yellow; */
20 }
21
22 #banner .title {
23     float: left
24 }
25
26 #banner nav li {
27     float:right;
28 }
29
30 ul {
31     list-style-type: none;
32 }
33
34 #banner a, li a {
35     display:inline-block;
36     height: 1em; 
37     padding:0 .5em;
38     text-decoration:none;
39 }