Merge lp:~gesha/linaro-android-frontend/fix-css into lp:linaro-android-frontend

Proposed by Georgy Redkozubov
Status: Merged
Merged at revision: 287
Proposed branch: lp:~gesha/linaro-android-frontend/fix-css
Merge into: lp:linaro-android-frontend
Diff against target: 32 lines (+23/-1)
1 file modified
static/style.css (+23/-1)
To merge this branch: bzr merge lp:~gesha/linaro-android-frontend/fix-css
Reviewer Review Type Date Requested Status
Fathi Boudra Approve
Linaro Infrastructure Pending
Review via email: mp+131256@code.launchpad.net

Description of the change

Update pre/code styles according to the 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 'static/style.css'
--- static/style.css 2012-10-19 01:20:38 +0000
+++ static/style.css 2012-10-24 18:36:20 +0000
@@ -217,4 +217,26 @@
217{217{
218 font-size: 13px;218 font-size: 13px;
219 font-family: sans;219 font-family: sans;
220}
221\ No newline at end of file220\ No newline at end of file
221}
222
223pre
224{
225 font-family:"Courier New",Courier;
226 font-size:12px !important;
227 line-height: 20px !important;
228 white-space: pre-wrap;
229}
230
231code {
232 display:block;
233 font-family:"Courier New",Courier;
234 font-size:12px;
235 line-height: 20px;
236 margin:15px 0;
237 white-space: pre;
238 white-space: pre-wrap;
239 word-wrap: break-word;
240 padding: 15px;
241 border:1px solid #ccc;
242 background:#f2f2f2;
243}

Subscribers

People subscribed via source and target branches