Merge lp:~marcoceppi/pyjuju/go-juju-docs-go into lp:~evilnick/pyjuju/go-juju-docs

Proposed by Marco Ceppi
Status: Merged
Approved by: Nick Veitch
Approved revision: 14
Merged at revision: 14
Proposed branch: lp:~marcoceppi/pyjuju/go-juju-docs-go
Merge into: lp:~evilnick/pyjuju/go-juju-docs
Diff against target: 34 lines (+18/-9)
1 file modified
build/css/main.css (+18/-9)
To merge this branch: bzr merge lp:~marcoceppi/pyjuju/go-juju-docs-go
Reviewer Review Type Date Requested Status
Nick Veitch Approve
Review via email: mp+161411@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Nick Veitch (evilnick) wrote :

thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build/css/main.css'
2--- build/css/main.css 2013-04-26 18:49:45 +0000
3+++ build/css/main.css 2013-04-29 12:13:35 +0000
4@@ -196,12 +196,21 @@
5 margin-bottom:0;
6 }
7
8-img {
9- padding:0px;
10- -moz-box-shadow: 0 0 6px #000000;
11- -webkit-box-shadow: 0 0 6px #000000;
12- box-shadow: 0 0 6px #000000;
13- }
14-
15-
16-
17+.doc-content img {
18+ padding:0px;
19+ -moz-box-shadow: 0 0 6px #000000;
20+ -webkit-box-shadow: 0 0 6px #000000;
21+ box-shadow: 0 0 6px #000000;
22+}
23+
24+.doc-content ul, .doc-content ol {
25+ margin-left: 20px;
26+}
27+
28+.doc-content ul > li {
29+ list-style: circle;
30+}
31+
32+.doc-content ol > li {
33+ list-style: decimal;
34+}

Subscribers

People subscribed via source and target branches