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
1=== modified file 'static/style.css'
2--- static/style.css 2012-10-19 01:20:38 +0000
3+++ static/style.css 2012-10-24 18:36:20 +0000
4@@ -217,4 +217,26 @@
5 {
6 font-size: 13px;
7 font-family: sans;
8-}
9\ No newline at end of file
10+}
11+
12+pre
13+{
14+ font-family:"Courier New",Courier;
15+ font-size:12px !important;
16+ line-height: 20px !important;
17+ white-space: pre-wrap;
18+}
19+
20+code {
21+ display:block;
22+ font-family:"Courier New",Courier;
23+ font-size:12px;
24+ line-height: 20px;
25+ margin:15px 0;
26+ white-space: pre;
27+ white-space: pre-wrap;
28+ word-wrap: break-word;
29+ padding: 15px;
30+ border:1px solid #ccc;
31+ background:#f2f2f2;
32+}

Subscribers

People subscribed via source and target branches