[vhffs-dev] [597] Suppressed blink animation for warning notes, text was unreadable. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 597
Author: beuss
Date: 2007-05-07 10:28:08 +0000 (Mon, 07 May 2007)
Log Message:
-----------
Suppressed blink animation for warning notes, text was unreadable.
Modified Paths:
--------------
trunk/vhffs-panel/themes/vhffs/main.css
trunk/vhffs-panel/themes/vhffs-ng/main.css
Modified: trunk/vhffs-panel/themes/vhffs/main.css
===================================================================
--- trunk/vhffs-panel/themes/vhffs/main.css 2007-05-07 10:25:20 UTC (rev 596)
+++ trunk/vhffs-panel/themes/vhffs/main.css 2007-05-07 10:28:08 UTC (rev 597)
@@ -700,8 +700,8 @@
.warning
{
color: red;
+ font-weight:bold;
text-align: center;
- text-decoration: blink;
}
#sub_opts
Modified: trunk/vhffs-panel/themes/vhffs-ng/main.css
===================================================================
--- trunk/vhffs-panel/themes/vhffs-ng/main.css 2007-05-07 10:25:20 UTC (rev 596)
+++ trunk/vhffs-panel/themes/vhffs-ng/main.css 2007-05-07 10:28:08 UTC (rev 597)
@@ -503,8 +503,8 @@
.warning
{
color: red;
+ font-weight:bold;
text-align: center;
- text-decoration: blink;
}
#sub_opts