diff options
Diffstat (limited to 'public/css/style11.css')
-rw-r--r-- | public/css/style11.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/style11.css b/public/css/style11.css index cefc761e..934034d0 100644 --- a/public/css/style11.css +++ b/public/css/style11.css @@ -27,7 +27,7 @@ footer, footer a { } tr:hover > td { - background: #f0f0f0; + background-color: #f0f0f0; } .selection ul li.heading { @@ -51,4 +51,4 @@ tr:hover > td { border-color: rgb(0, 178, 107); color: rgb(0, 178, 107); font-weight: bold; -}
\ No newline at end of file +} |