Merge lp:~widelands-dev/widelands-website/css-table into lp:widelands-website

Proposed by GunChleoc
Status: Merged
Merged at revision: 374
Proposed branch: lp:~widelands-dev/widelands-website/css-table
Merge into: lp:widelands-website
Diff against target: 33 lines (+26/-0)
1 file modified
media/css/wiki.css (+26/-0)
To merge this branch: bzr merge lp:~widelands-dev/widelands-website/css-table
Reviewer Review Type Date Requested Status
SirVer Approve
Review via email: mp+242062@code.launchpad.net

Description of the change

Improved table layout and header margins - patch by kaputtnik.

https://wl.widelands.org/forum/topic/1581/

To post a comment you must log in.
375. By GunChleoc

Added margin-top for Wiki headers.

Revision history for this message
TiborB (tiborb95) wrote :

There is no way to test it, correct?

Revision history for this message
GunChleoc (gunchleoc) wrote :

kaputtnik managed to create screenshots. He mentioned a sandbox - I guess we have to RTFM to find out how the testing works.

Revision history for this message
SirVer (sirver) wrote :

Merged and deployed.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'media/css/wiki.css'
--- media/css/wiki.css 2012-09-10 10:13:04 +0000
+++ media/css/wiki.css 2014-11-18 15:57:25 +0000
@@ -70,3 +70,29 @@
70 width: 98%;70 width: 98%;
71 height: 100px;71 height: 100px;
72}72}
73
74/***********/
75/* Headers */
76/***********/
77h1, h2, h3, h4, h5, h6 {
78 margin-top: 0.5em;
79}
80
81/**********/
82/* Tables */
83/**********/
84
85table {
86 border-collapse: collapse;
87}
88
89td{
90 background-image: url('../img/black20.png');
91 border: 1px solid black;
92}
93
94th {
95 background-image: url('../img/wood.png');
96 border: 1px solid #000;
97 padding: 0px 5px;
98}

Subscribers

People subscribed via source and target branches