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
1=== modified file 'media/css/documentation.css'
2--- media/css/documentation.css 2016-08-02 19:22:42 +0000
3+++ media/css/documentation.css 2016-10-18 09:44:49 +0000
4@@ -4,18 +4,43 @@
5 }
6
7 .sphinx *:hover > a.headerlink {
8- visibility: visible;
9+ visibility: visible;
10 }
11
12 img.math{
13 vertical-align: middle;
14 }
15
16+th {
17+ background-color: #4A4A4A;
18+}
19+
20+/* Disable base style and set new ones */
21+code {
22+ font-weight: bold;
23+ font-size: 1.3em;
24+}
25+
26+/* Used for functions in first line */
27+dt {
28+ margin-top: 0.5em;
29+ margin-bottom: 0.25em;
30+}
31+code.descname {
32+ padding: 0.25em;
33+ background-image: none;
34+ font-weight: bold;
35+ font-size: 1.4em;
36+ color: #181;
37+}
38+
39+
40 /*******************************/
41 /* Pygment Syntax Highlighting */
42 /*******************************/
43 pre {
44 margin: 0px;
45+ display: block; /*show black background over the whole width*/
46 }
47 .highlight {
48 /* text-shadow: none;
49@@ -86,4 +111,4 @@
50 .highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
51 .highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
52 .highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
53-.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */
54\ No newline at end of file
55+.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */

Subscribers

People subscribed via source and target branches