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
=== modified file 'trac-files/common/css/browser.css'
--- trac-files/common/css/browser.css 2011-10-17 17:00:12 +0000
+++ trac-files/common/css/browser.css 2011-11-30 21:03:29 +0000
@@ -64,7 +64,7 @@
64 font-size: 70%;64 font-size: 70%;
65}65}
66#dirlist td.age {66#dirlist td.age {
67 border-width: 0 2px 0 0;67 border-width: 0 0 2px;
68 border-style: solid;68 border-style: solid;
69 font-size: 85%;69 font-size: 85%;
70}70}
7171
=== modified file 'trac-files/common/css/trac.css'
--- trac-files/common/css/trac.css 2011-11-23 21:33:29 +0000
+++ trac-files/common/css/trac.css 2011-11-30 21:03:29 +0000
@@ -626,11 +626,6 @@
626table.listing thead th :visited:hover {626table.listing thead th :visited:hover {
627 background-color: transparent;627 background-color: transparent;
628}628}
629table.listing thead th a {
630 display: block;
631 margin: -0.8em -1em;
632 padding: 0.8em 1em;
633}
634table.listing th.asc a, table.listing th.desc a { font-weight: bold }629table.listing th.asc a, table.listing th.desc a { font-weight: bold }
635table.listing th.asc a, table.listing th.desc a {630table.listing th.asc a, table.listing th.desc a {
636 background-position: 100% 50%;631 background-position: 100% 50%;
@@ -638,21 +633,14 @@
638}633}
639table.listing th.asc a { background-image: url(../asc.png) }634table.listing th.asc a { background-image: url(../asc.png) }
640table.listing th.desc a { background-image: url(../desc.png) }635table.listing th.desc a { background-image: url(../desc.png) }
641table.listing tbody td, table.listing tbody th {636table.listing tbody td,
642 padding: 0;637table.listing tbody th {
643 vertical-align: middle;638 vertical-align: middle;
644 padding: 0.6em 1em;639}
645}
646table.listing tbody td a {
647 margin: -0.6em -1em;
648 padding: 0.6em 1em;
649 display: block;
650}
651
652table.listing tbody td {640table.listing tbody td {
653 border-bottom: 1px solid #ccc;641 border-bottom: 1px solid #ccc;
642 padding: 0.6em 1em;
654}643}
655
656table.listing tbody td a:hover, table.listing tbody th a:hover {644table.listing tbody td a:hover, table.listing tbody th a:hover {
657 background-color: transparent;645 background-color: transparent;
658}646}

Subscribers

People subscribed via source and target branches

to all changes: