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
=== modified file 'css/linaro.css'
--- css/linaro.css 2012-10-19 13:02:35 +0000
+++ css/linaro.css 2012-10-24 17:39:20 +0000
@@ -23,7 +23,7 @@
23.ui-widget-content23.ui-widget-content
24{24{
25 border: 1px solid #dddddd;25 border: 1px solid #dddddd;
26 background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;26 background: #ffffff url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
27 color: #333333;27 color: #333333;
28}28}
2929
@@ -35,7 +35,7 @@
35.ui-widget-header35.ui-widget-header
36{36{
37 border: 0px;37 border: 0px;
38 background: #eeeeee;38 background: #ffffff;
39 color: #000000;39 color: #000000;
40 font-weight: bold;40 font-weight: bold;
41}41}
@@ -158,3 +158,25 @@
158{158{
159 font-size: 120%;159 font-size: 120%;
160}160}
161
162pre
163{
164 font-family:"Courier New",Courier;
165 font-size:12px !important;
166 line-height: 20px !important;
167 white-space: pre-wrap;
168}
169
170code {
171 display:block;
172 font-family:"Courier New",Courier;
173 font-size:12px;
174 line-height: 20px;
175 margin:15px 0;
176 white-space: pre;
177 white-space: pre-wrap;
178 word-wrap: break-word;
179 padding: 15px;
180 border:1px solid #ccc;
181 background:#f2f2f2;
182}

Subscribers

People subscribed via source and target branches