summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-05-01 18:14:59 +0200
committerhukl <contact@smyck.org>2009-05-01 18:14:59 +0200
commit8d084cf690a78eae0df5c9e13b34ed3c08f6e161 (patch)
tree7df74078236c5533ada0a4e8f6b8a5515128172d /public/stylesheets/admin.css
parente9064192e9a38dd1ec8314d99bf3cc553e38b30c (diff)
introducing the restore revision functionality
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 52d657e..982a231 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -159,6 +159,10 @@ table#revisions td.title {
159 width: 450px; 159 width: 450px;
160} 160}
161 161
162table#revisions td.date {
163 width: 175px;
164}
165
162table#revisions tr.header:hover { 166table#revisions tr.header:hover {
163 background-color: #ffffff; 167 background-color: #ffffff;
164} 168}