~cjwatson/wordpress/wp-theme-launchpad-update-copyright

« back to all changes in this revision

Viewing changes to style.css

[r=allenap][bug=666143] Improved the colour and size of the type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  margin: 0px;
10
10
  font-size: 13px;
11
11
  font-family: UbuntuBeta, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
12
 
  color: #000;
 
12
  color: #333;
13
13
  background: #fff;
14
14
}
15
15
a, a:link, a:visited, a:active, a:focus, a:hover {
56
56
        width:98%;
57
57
        margin:0;
58
58
        padding:0px 1% 0px 1%;
59
 
        color:#828282;
60
59
        background:#fff url(images/bg_content.gif) top repeat-x;
61
60
        border-top:1px solid #fff;      
62
61
}
154
153
    color:#3895bd;
155
154
    border-bottom:1px solid #3895bd;
156
155
}
 
156
.entry p,
157
157
#entries p {
158
158
        margin:0px 0px 10px 0px;
159
159
        padding:0;
 
160
        font-size: 1.1em;
 
161
        line-height: 175%;
160
162
}
161
163
#entries p strong {
162
164
        color:#666;
163
165
}
164
166
#entries p.date {
165
167
        font-size:14px;
166
 
        color:#ababab;
 
168
        color:#999;
167
169
        background:url(images/file.gif) center left no-repeat;
168
170
        padding:1px 0px 1px 20px;
169
171
        margin:2px 0px 15px 0px;