Merge lp:~gesha/linaro-license-protection/fix-css into lp:~linaro-automation/linaro-license-protection/trunk

Proposed by Georgy Redkozubov
Status: Merged
Merged at revision: 145
Proposed branch: lp:~gesha/linaro-license-protection/fix-css
Merge into: lp:~linaro-automation/linaro-license-protection/trunk
Diff against target: 47 lines (+24/-2)
1 file modified
css/linaro.css (+24/-2)
To merge this branch: bzr merge lp:~gesha/linaro-license-protection/fix-css
Reviewer Review Type Date Requested Status
Fathi Boudra Approve
Review via email: mp+131246@code.launchpad.net

Description of the change

Set HOWTOs background to white and updated pre/code styles in according with Linaro theme.

To post a comment you must log in.
Revision history for this message
Fathi Boudra (fboudra) wrote :

ship it!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'css/linaro.css'
2--- css/linaro.css 2012-10-19 13:02:35 +0000
3+++ css/linaro.css 2012-10-24 17:39:20 +0000
4@@ -23,7 +23,7 @@
5 .ui-widget-content
6 {
7 border: 1px solid #dddddd;
8- background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
9+ background: #ffffff url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
10 color: #333333;
11 }
12
13@@ -35,7 +35,7 @@
14 .ui-widget-header
15 {
16 border: 0px;
17- background: #eeeeee;
18+ background: #ffffff;
19 color: #000000;
20 font-weight: bold;
21 }
22@@ -158,3 +158,25 @@
23 {
24 font-size: 120%;
25 }
26+
27+pre
28+{
29+ font-family:"Courier New",Courier;
30+ font-size:12px !important;
31+ line-height: 20px !important;
32+ white-space: pre-wrap;
33+}
34+
35+code {
36+ display:block;
37+ font-family:"Courier New",Courier;
38+ font-size:12px;
39+ line-height: 20px;
40+ margin:15px 0;
41+ white-space: pre;
42+ white-space: pre-wrap;
43+ word-wrap: break-word;
44+ padding: 15px;
45+ border:1px solid #ccc;
46+ background:#f2f2f2;
47+}

Subscribers

People subscribed via source and target branches