diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 4289fce0c..cf3b3b1af 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -88,5 +88,6 @@ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } A, INPUT.rateButton { color:#f70; border-width: 0; } A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } +#theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; } *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
\ No newline at end of file |