~cjohnston/ubuntu-community-webthemes/working-on-django-forms

« back to all changes in this revision

Viewing changes to media/css/default.css

  • Committer: Michael Hall
  • Date: 2010-09-07 12:20:13 UTC
  • Revision ID: mhall119@gmail.com-20100907122013-w191r2k7zj67t6to
Fixes to nested list font size and header widths

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
dt                                                                                              { font-size:0.75em;  font-weight:bold; /* 16x0.75 =12 */ }
55
55
p                                                                                               { font-size:0.75em;  line-height:1.5em; /* 16x0.75 =12 */ }
56
56
li                                                                                              { font-size:0.75em;  line-height:1.5em; /* 16x0.75=12 */ }
 
57
td li, li li                                                                                    { font-size:100%;  line-height:100%; /* reset */ }
57
58
strong                                                                                          { font-weight:bold;}
58
59
em                                                                                              { font-style:italic; }
59
60
#top-logo                                                                                       { font-size:0.875em;  /* 16x0.75 =12 */}
67
68
 
68
69
.container                                                                                      { clear:both; margin:0 auto; padding:0; position:relative; width:980px; }
69
70
 
70
 
#main-nav                                                                                       { float:left; width:620px; }
 
71
#main-nav                                                                                       { float:left; width:770px; }
71
72
.main-nav-item                                                                                  { margin:5px 10px;  padding:10px; }
72
73
 
73
 
#top-logo                                                                                       { float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px; width:280px; }
 
74
#top-logo                                                                                       { float:right; margin:5px 10px 5px 0px; padding:10px 10px 0px 0px; width:180px; }
74
75
#the-logo                                                                                       { float:right; }
75
76
 
76
77
#page-related                                                                                   { background-image:none; margin:0 auto; padding:0 10px 10px; position:relative; width:960px; }