Merge lp:~daker/ubuntu-website/light-planet-theme2-fixes into lp:~rhlee/ubuntu-website/light-planet-theme2

Proposed by Adnane Belmadiaf
Status: Needs review
Proposed branch: lp:~daker/ubuntu-website/light-planet-theme2-fixes
Merge into: lp:~rhlee/ubuntu-website/light-planet-theme2
Diff against target: 23 lines (+13/-0)
1 file modified
css/general.css (+13/-0)
To merge this branch: bzr merge lp:~daker/ubuntu-website/light-planet-theme2-fixes
Reviewer Review Type Date Requested Status
Richard Henry Lee Pending
Review via email: mp+45245@code.launchpad.net
To post a comment you must log in.
29. By Adnane Belmadiaf

* Remove the repeated padding tag

Revision history for this message
Adnane Belmadiaf (daker) wrote :

Can you pls take a look at this merge ?

Unmerged revisions

29. By Adnane Belmadiaf

* Remove the repeated padding tag

28. By Adnane Belmadiaf

* Fixed the images width
* Styled the pre tag

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'css/general.css'
2--- css/general.css 2010-12-17 11:39:04 +0000
3+++ css/general.css 2011-01-05 14:55:18 +0000
4@@ -145,6 +145,19 @@
5 {
6 float: left;
7 margin: 0 8px 8px 0;
8+ max-width: 680px;
9+}
10+
11+.post .entry-content pre
12+{
13+ font-size: 12px;
14+ font-family: monospace;
15+ padding: 10px;
16+ background: #f0f0f0;
17+ border: 1px solid #ccc;
18+ line-height: 20px; /*--Height of each line of code--*/;
19+ overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
20+ overflow-Y: hidden; /*--Hides vertical scroll created by IE--*/
21 }
22
23 .post .entry-utility

Subscribers

People subscribed via source and target branches