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

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

Description of the change

This branch adds <pre><code> nested style

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

looks good.

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-24 17:41:56 +0000
3+++ static/style.css 2012-10-25 13:20:24 +0000
4@@ -228,6 +228,17 @@
5 }
6
7 code {
8+ display:inline;
9+ font-family:"Courier New",Courier;
10+ font-size:12px;
11+ line-height: 20px;
12+ margin:15px 0;
13+ word-wrap: break-word;
14+ border:1px solid #ccc;
15+ background:#f2f2f2;
16+}
17+
18+pre > code {
19 display:block;
20 font-family:"Courier New",Courier;
21 font-size:12px;

Subscribers

People subscribed via source and target branches