Merge lp:~marcoceppi/juju-core/lang-yaml-pretty-print-fixes-for-nick-lessthan-3 into lp:juju-core/docs

Proposed by Marco Ceppi
Status: Merged
Merged at revision: 88
Proposed branch: lp:~marcoceppi/juju-core/lang-yaml-pretty-print-fixes-for-nick-lessthan-3
Merge into: lp:juju-core/docs
Diff against target: 24 lines (+6/-1)
1 file modified
htmldocs/css/main.css (+6/-1)
To merge this branch: bzr merge lp:~marcoceppi/juju-core/lang-yaml-pretty-print-fixes-for-nick-lessthan-3
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+183327@code.launchpad.net

Description of the change

Fix css for prettyprint and lang-yaml

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htmldocs/css/main.css'
2--- htmldocs/css/main.css 2013-08-30 21:48:11 +0000
3+++ htmldocs/css/main.css 2013-08-31 14:51:18 +0000
4@@ -437,14 +437,19 @@
5 background: url("https://juju.ubuntu.com/wp-content/themes/juju-website/img/background-header-home.png") 0 0 repeat #fff;
6 }
7
8-pre.lang-yaml .typ, pre.lang-yaml .kwd {
9+pre.lang-yaml .typ, pre.lang-yaml .kwd, pre.lang-yaml .lit {
10 color: #fff;
11 }
12
13 pre.prettyprint, code.prettyprint {
14 background-color: #222 !important;
15+ color: #fff;
16 }
17
18+pre.prettyprint.prettyprinted {
19+ white-space: pre;
20+ overflow-x: auto;
21+}
22
23 hr {
24 background: #fff;

Subscribers

People subscribed via source and target branches