rbrindley: branch 2.0 r4486 - /branches/2.0/config/features.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Jan 28 10:14:22 CST 2009
Author: rbrindley
Date: Wed Jan 28 10:14:22 2009
New Revision: 4486
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4486
Log:
- standardized CSS to CODING-GUIDELINES
- removed commented (unused) CSS styling
Modified:
branches/2.0/config/features.html
Modified: branches/2.0/config/features.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/features.html?view=diff&rev=4486&r1=4485&r2=4486
==============================================================================
--- branches/2.0/config/features.html (original)
+++ branches/2.0/config/features.html Wed Jan 28 10:14:22 2009
@@ -20,23 +20,35 @@
-->
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
<style type="text/css">
- #Table_applicationMap_definitions {
- border: 1px solid #666666;
- margin-top: 5px;
- margin-bottom:10px;
- width: 96%;
- text-align: center;
- padding : 1px;
- }
- #Table_applicationMap_definitions tr.frow { background: #6b79a5; color: #CED7EF; }
- #Table_applicationMap_definitions tr.frow td{ font-weight:bold; }
- #Table_applicationMap_definitions tr td{ padding : 3px; }
- #Table_applicationMap_definitions tr.even { background: #DFDFDF; }
- #Table_applicationMap_definitions tr.odd{ background: #FFFFFF; }
- /*#Table_applicationMap_definitions tr.even:hover, #Table_applicationMap_definitions tr.odd:hover {
- background: #a8b6e5;
- cursor: default;
- }*/
+#Table_applicationMap_definitions {
+ border: 1px solid #666666;
+ margin-top: 5px;
+ margin-bottom:10px;
+ width: 96%;
+ text-align: center;
+ padding : 1px;
+}
+
+#Table_applicationMap_definitions tr.frow {
+ background: #6b79a5;
+ color: #CED7EF;
+}
+
+#Table_applicationMap_definitions tr.frow td {
+ font-weight:bold;
+}
+
+#Table_applicationMap_definitions tr td {
+ padding : 3px;
+}
+
+#Table_applicationMap_definitions tr.even {
+ background: #DFDFDF;
+}
+
+#Table_applicationMap_definitions tr.odd {
+ background: #FFFFFF;
+}
</style>
More information about the asterisk-gui-commits
mailing list