feed detection and some other trunk work
[themes.git] / EarlyBlue / messenger / accountCentral.css
index 8b339f5d649349414432a7f768ed834896a09693..6e4e118610542e86f978961766199ffe76cf7d0a 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-/* ===== accountCentral.css ==========================================
-  == Styles for the Messenger Account Central panel.
-  ======================================================================= */
-
 @import url("chrome://messenger/skin/");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+/* ===== accountCentral.css ==========================================
+  == Styles for the Messenger Account Central panel.
+  ======================================================================= */
+
 #acctCentralGrid {
   background-color: #CCD0DD;
 }
 
+separator {
+  height: 5px;
+}
+
+separator.thin {
+  height: 15px;
+}
+
+/* ::::: rows ::::: */
+
 #acctCentralHeaderRow {
   margin: 5px 5px 5px 5px;
   background-color: #666699;
   font-size: 15px;
 }
 
+/* ::::: links ::::: */
+
 .acctCentralLinkText {
-  cursor:pointer;
+  cursor: pointer;
   color: #336699;
-  text-decoration: normal;
+  text-decoration: none;
 }
 
 .acctCentralLinkText:hover {
   color: #6699FF;
   text-decoration: underline;
 }
-
-