diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/sublab-2012-09-16.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/public/css/sublab-2012-09-16.css b/public/css/sublab-2012-09-16.css index 7f55d01..91d5bc9 100644 --- a/public/css/sublab-2012-09-16.css +++ b/public/css/sublab-2012-09-16.css @@ -374,3 +374,53 @@ span.parentlinks:before { textarea, input, select { background-color: #101010; } + +div.recentchanges { + border-style: solid; + border-width: 1px; + overflow: auto; + width: auto; + clear: none; + background: #eee; + color: black !important; +} +.recentchanges .metadata { + padding: 0px 0.5em; +} +.recentchanges .changelog { + font-style: italic; + clear: both; + display: block; + padding: 1px 2px; + background: white !important; + color: black !important; +} +.recentchanges .desc { + display: none; +} +.recentchanges .diff { + display: none; +} +.recentchanges .committer { + float: left; + margin: 0; + width: 40%; +} +.recentchanges .committype { + float: left; + margin: 0; + width: 5%; + font-size: small; +} +.recentchanges .changedate { + float: left; + margin: 0; + width: 35%; + font-size: small; +} +.recentchanges .pagelinks, +.recentchanges .revert { + float: right; + margin: 0; + width: 60%; +} |