|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-10 23:15:47
|
Module: web
Branch: master
Commit: bac9803d3199972d8a8b68023f736ba577e181c7
Author: Lasse Karkkainen <tro...@tr...>
Date: Sun Dec 5 17:53:08 2010 +0100
Round corners for menu selection too
---
htdocs-binary/style.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/htdocs-binary/style.css b/htdocs-binary/style.css
index 1caabb6..7648106 100644
--- a/htdocs-binary/style.css
+++ b/htdocs-binary/style.css
@@ -82,8 +82,9 @@ body {
}
#menu li.selected {
background-color: #448;
+ border-radius: 10px;
-webkit-box-shadow: 0px 0px 50px #448;
- width: 140px;
+ width: 150px;
}
|