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

« back to all changes in this revision

Viewing changes to media/css/ie.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:
65
65
    font-size:     24px;
66
66
    line-height:   28px;
67
67
    font-weight:   normal;
68
 
    color:         #333333;
69
68
    margin-top:    16px;
70
69
    margin-bottom: 8px;
71
70
}
74
73
    font-size:     16px;
75
74
    line-height:   20px;
76
75
    font-weight:   normal;
77
 
    color:         #333333;
78
76
    margin-top:    16px;
79
77
    margin-bottom: 8px;
80
78
}
161
159
/*-  Decoration
162
160
-------------------------------------------------------------------------------------------------------- */
163
161
 
164
 
h1,
165
 
h2,
166
 
h3,
167
 
h4,
168
 
h5,
169
 
h6                                                                                              { color:#DD4814; }
170
 
 
171
 
 
172
162
body                                                                                            { background:url("../images/dotted.png") repeat scroll 0 0 #FFFFFF; color:#333333; }
173
163
#page-header                                                                                    { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; height:70px; }
174
164
#page-header .container                                                                         { background:url("../images/header.png") repeat-x scroll 0 0 #DD4814; }