Merge lp:~twisted-dev/twisted-website/898291-source-browser-styling into lp:twisted-website

Proposed by Jonathan Jacobs
Status: Merged
Merged at revision: 3
Proposed branch: lp:~twisted-dev/twisted-website/898291-source-browser-styling
Merge into: lp:twisted-website
Diff against target: 54 lines (+5/-17)
2 files modified
trac-files/common/css/browser.css (+1/-1)
trac-files/common/css/trac.css (+4/-16)
To merge this branch: bzr merge lp:~twisted-dev/twisted-website/898291-source-browser-styling
Reviewer Review Type Date Requested Status
Twisted-dev Pending
Review via email: mp+84016@code.launchpad.net
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 'trac-files/common/css/browser.css'
2--- trac-files/common/css/browser.css 2011-10-17 17:00:12 +0000
3+++ trac-files/common/css/browser.css 2011-11-30 21:03:29 +0000
4@@ -64,7 +64,7 @@
5 font-size: 70%;
6 }
7 #dirlist td.age {
8- border-width: 0 2px 0 0;
9+ border-width: 0 0 2px;
10 border-style: solid;
11 font-size: 85%;
12 }
13
14=== modified file 'trac-files/common/css/trac.css'
15--- trac-files/common/css/trac.css 2011-11-23 21:33:29 +0000
16+++ trac-files/common/css/trac.css 2011-11-30 21:03:29 +0000
17@@ -626,11 +626,6 @@
18 table.listing thead th :visited:hover {
19 background-color: transparent;
20 }
21-table.listing thead th a {
22- display: block;
23- margin: -0.8em -1em;
24- padding: 0.8em 1em;
25-}
26 table.listing th.asc a, table.listing th.desc a { font-weight: bold }
27 table.listing th.asc a, table.listing th.desc a {
28 background-position: 100% 50%;
29@@ -638,21 +633,14 @@
30 }
31 table.listing th.asc a { background-image: url(../asc.png) }
32 table.listing th.desc a { background-image: url(../desc.png) }
33-table.listing tbody td, table.listing tbody th {
34- padding: 0;
35+table.listing tbody td,
36+table.listing tbody th {
37 vertical-align: middle;
38- padding: 0.6em 1em;
39-}
40-table.listing tbody td a {
41- margin: -0.6em -1em;
42- padding: 0.6em 1em;
43- display: block;
44-}
45-
46+}
47 table.listing tbody td {
48 border-bottom: 1px solid #ccc;
49+ padding: 0.6em 1em;
50 }
51-
52 table.listing tbody td a:hover, table.listing tbody th a:hover {
53 background-color: transparent;
54 }

Subscribers

People subscribed via source and target branches

to all changes: