Merge lp:~widelands-dev/widelands-website/dev_doc_css into lp:widelands-website

Proposed by GunChleoc
Status: Merged
Merged at revision: 426
Proposed branch: lp:~widelands-dev/widelands-website/dev_doc_css
Merge into: lp:widelands-website
Diff against target: 55 lines (+27/-2)
1 file modified
media/css/documentation.css (+27/-2)
To merge this branch: bzr merge lp:~widelands-dev/widelands-website/dev_doc_css
Reviewer Review Type Date Requested Status
kaputtnik (community) Approve
Review via email: mp+308710@code.launchpad.net

Description of the change

Adjusted css for development documentation.

To post a comment you must log in.
Revision history for this message
kaputtnik (franku) wrote :

Thanks :-)

Approved and merged. I will deploy this with the rempte_ADDR branch this evening.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'media/css/documentation.css'
--- media/css/documentation.css 2016-08-02 19:22:42 +0000
+++ media/css/documentation.css 2016-10-18 09:44:49 +0000
@@ -4,18 +4,43 @@
4}4}
55
6.sphinx *:hover > a.headerlink {6.sphinx *:hover > a.headerlink {
7 visibility: visible; 7 visibility: visible;
8}8}
99
10img.math{10img.math{
11 vertical-align: middle;11 vertical-align: middle;
12}12}
1313
14th {
15 background-color: #4A4A4A;
16}
17
18/* Disable base style and set new ones */
19code {
20 font-weight: bold;
21 font-size: 1.3em;
22}
23
24/* Used for functions in first line */
25dt {
26 margin-top: 0.5em;
27 margin-bottom: 0.25em;
28}
29code.descname {
30 padding: 0.25em;
31 background-image: none;
32 font-weight: bold;
33 font-size: 1.4em;
34 color: #181;
35}
36
37
14/*******************************/38/*******************************/
15/* Pygment Syntax Highlighting */39/* Pygment Syntax Highlighting */
16/*******************************/40/*******************************/
17pre {41pre {
18 margin: 0px;42 margin: 0px;
43 display: block; /*show black background over the whole width*/
19}44}
20.highlight {45.highlight {
21/* text-shadow: none;46/* text-shadow: none;
@@ -86,4 +111,4 @@
86.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */111.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
87.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */112.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
88.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */113.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
89.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */
90\ No newline at end of file114\ No newline at end of file
115.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */

Subscribers

People subscribed via source and target branches