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
=== modified file 'static/style.css'
--- static/style.css 2012-10-24 17:41:56 +0000
+++ static/style.css 2012-10-25 13:20:24 +0000
@@ -228,6 +228,17 @@
228}228}
229229
230code {230code {
231 display:inline;
232 font-family:"Courier New",Courier;
233 font-size:12px;
234 line-height: 20px;
235 margin:15px 0;
236 word-wrap: break-word;
237 border:1px solid #ccc;
238 background:#f2f2f2;
239}
240
241pre > code {
231 display:block;242 display:block;
232 font-family:"Courier New",Courier;243 font-family:"Courier New",Courier;
233 font-size:12px;244 font-size:12px;

Subscribers

People subscribed via source and target branches