diff options
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r-- | public/stylesheets/admin.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css new file mode 100644 index 000000000..57d31fb24 --- /dev/null +++ b/public/stylesheets/admin.css @@ -0,0 +1,22 @@ +/* FOIFA admin CSS */ + +table { + border-collapse: collapse; +} + +td, th { + border: solid 1px #000000; +} + +tr.odd { + background-color: #bbbbbb; +} + +tr.even { + background-color: #dddddd; +} + +.entry_changed { + font-weight: bold; +} + |