~ubuntu-website-community/ubuntu-website/light-django-theme

« back to all changes in this revision

Viewing changes to media/css/default.css

  • Committer: Chris Johnston
  • Date: 2010-09-28 16:20:59 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: chrisjohnston@ubuntu.com-20100928162059-3ngz99wwt1rh0opm
Fixes CSS issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    font-size:     24px;
65
65
    line-height:   28px;
66
66
    font-weight:   normal;
67
 
    color:         #333333;
68
67
    margin-top:    16px;
69
68
    margin-bottom: 8px;
70
69
}
73
72
    font-size:     16px;
74
73
    line-height:   20px;
75
74
    font-weight:   normal;
76
 
    color:         #333333;
77
75
    margin-top:    16px;
78
76
    margin-bottom: 8px;
79
77
}
158
156
/*-  Decoration
159
157
-------------------------------------------------------------------------------------------------------- */
160
158
 
161
 
h1,
162
 
h2,
163
 
h3,
164
 
h4,
165
 
h5,
166
 
h6                                                                                              { color:#DD4814; }
167
 
 
168
 
 
169
159
body                                                                                            { background:url("../images/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }
170
160
#page-header                                                                                    { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; height:70px; }
171
161
#page-header .container                                                                         { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; }