Merge lp:~cjohnston/qa-dashboard/css-cleanup into lp:qa-dashboard

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 666
Merged at revision: 666
Proposed branch: lp:~cjohnston/qa-dashboard/css-cleanup
Merge into: lp:qa-dashboard
Diff against target: 138 lines (+57/-56)
2 files modified
common/static/css/new-style.css (+57/-0)
common/static/css/style.css (+0/-56)
To merge this branch: bzr merge lp:~cjohnston/qa-dashboard/css-cleanup
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Joe Talbott Approve
Review via email: mp+192721@code.launchpad.net

Commit message

Misc CSS cleanup

To post a comment you must log in.
Revision history for this message
Joe Talbott (joetalbott) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:666
http://10.97.0.26:8080/job/dashboard-ci/232/
Executed test runs:

Click here to trigger a rebuild:
http://10.97.0.26:8080/job/dashboard-ci/232/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'common/static/css/new-style.css'
--- common/static/css/new-style.css 2013-10-22 14:25:56 +0000
+++ common/static/css/new-style.css 2013-10-25 15:44:02 +0000
@@ -1,3 +1,6 @@
1html {
2 font-size : 100%;
3}
1body {4body {
2 background : url("/static/images/body_bg.jpg") #fff;5 background : url("/static/images/body_bg.jpg") #fff;
3 color : #333;6 color : #333;
@@ -10,6 +13,60 @@
10 border: 0;13 border: 0;
11 vertical-align: baseline;14 vertical-align: baseline;
12}15}
16code, li, p, pre {
17 font-size : 1em;
18 margin-bottom : 0.75em;
19 line-height : 1.6;
20 margin-bottom : 0.75em;
21}
22h1, h2, h3, h4 {
23 font-weight : 300;
24 line-height : 1.3;
25}
26h1 {
27 font-size : 2.813em;
28 margin-bottom : 0.267em;
29}
30h2 {
31 font-size : 2em;
32 margin-bottom : 0.375em;
33}
34h1 span, h2 span {
35 display : block;
36}
37ol + h2, p + h2, pre + h2, ul + h2 {
38 margin-top : 0.563em;
39}
40header nav a:link {
41 font-weight : normal;
42}
43h3 {
44 font-size : 1.438em;
45 margin-bottom : 0.522em;
46}
47ol + h3, p + h3, pre + h3, ul + h3 {
48 margin-top : 0.783em;
49}
50h4 {
51 font-size : 1.219em;
52 margin-bottom : 0.615em;
53}
54ol + h4, p + h4, pre + h4, ul + h4 {
55 margin-top : 1.219em;
56}
57h5 {
58 font-size : 1em;
59 margin-bottom : 0.75em;
60}
61h6 {
62 font-size : 0.813em;
63 margin-bottom : 0.923em;
64 text-transform : uppercase;
65 letter-spacing : 0.1em;
66}
67li {
68 margin-bottom : 0.4em;
69}
13header {70header {
14 margin : 0;71 margin : 0;
15 padding : 0;72 padding : 0;
1673
=== modified file 'common/static/css/style.css'
--- common/static/css/style.css 2013-10-22 14:25:56 +0000
+++ common/static/css/style.css 2013-10-25 15:44:02 +0000
@@ -218,62 +218,6 @@
218 height: 14px;218 height: 14px;
219}219}
220220
221h1 {
222 font-size: 2.4em; /** 36px (desired value) / 15px (baseline font-size value) */
223 font-weight: normal;
224 line-height: 1.3;
225 margin-bottom: .333em; /** 12px (desired value) / 36px (computed font-size value) */
226}
227
228h2 {
229 font-size: 1.6667em; /** 25px (desired value) / 15px (baseline font-size value) */
230 font-weight: normal;
231 line-height: 1.3;
232 margin-bottom: .48em; /** 12px (desired value) / 25px (computed font-size value) */
233}
234
235p + h2, ul + h2, ol + h2 {
236 margin-top: .72em; /** 18px (desired value) / 25px (computed font-size value) */
237}
238
239h3 {
240 font-size: 1.4em; /** 21px (desired value) / 15px (baseline font-size value) */
241 font-weight: normal;
242 line-height: 1.3;
243 margin-bottom: .571em; /** 12px (desired value) / 21px (computed font-size value) */
244}
245
246p + h3, ul + h3, ol + h3 {
247 margin-top: .857em; /** 18px (desired value) / 21px (computed font-size value) */
248}
249
250h4 {
251 font-size: 1.2em;
252 font-weight: normal;
253 line-height: 1.3;
254 margin-bottom: .666em;
255}
256
257p + h4, ul + h4, ol + h4 {
258 margin-top: 1.2em; /** 18px (desired value) / 15px (computed font-size value) */
259}
260
261h5 {
262 font-size : 1em;
263 margin-bottom : 0.75em;
264}
265
266p {
267 font-size: 1em;
268 line-height: 1.4;
269 margin-bottom: .666em;
270}
271
272li {
273 line-height: 1.4;
274 margin-bottom: .769em;
275}
276
277table.basic thead th, table.basic thead a {221table.basic thead th, table.basic thead a {
278 font-weight:bold;222 font-weight:bold;
279}223}

Subscribers

People subscribed via source and target branches