diff options
author | root <kondou@ts.unde.re> | 2013-04-05 01:17:52 +0200 |
---|---|---|
committer | root <kondou@ts.unde.re> | 2013-04-05 01:17:52 +0200 |
commit | 69105fce00a6c00713ec905bb186f2903c0658f7 (patch) | |
tree | acd5db08fc48741123d26fc72fb32c1220db3fa1 | |
parent | e824c6cffa5408a42b218f943a1e017cf598cedb (diff) | |
download | nextcloud-server-69105fce00a6c00713ec905bb186f2903c0658f7.tar.gz nextcloud-server-69105fce00a6c00713ec905bb186f2903c0658f7.zip |
Proper CSS comment
CSS comments don't work like that.
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 5456475b316..839f25cef4c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -253,7 +253,7 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; } text-decoration:none; font-size:10px; text-align:center; color:#fff; text-shadow:#000 0 -1px 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5; - white-space:nowrap; overflow:hidden; text-overflow:ellipsis; // ellipsize long app names + white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */ } #navigation a:hover, #navigation a:focus { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; } #navigation a.active { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; } |