keep up with current classic developement, make full screen mode work with LCARStrek
[themes.git] / LCARStrek / communicator / formatting.css
index ef6de3a32231b675e9e9d96d8dfbee69887243a4..e6665e5300845f786e7233669f303aea8ca64bfd 100644 (file)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* class for text with a 'link' appearance */
-.text-link
-  {
-    color                 : #666699;
-    text-decoration       : underline;
-    cursor                : pointer;
-  }
-  
-.text-link:hover
-  {
-    color                 : #333366;
-  } 
-  
-.text-link:hover:active
-  {
-    color                 : #990000;
-  }
+.text-link {
+  color: #666699;
+  text-decoration: underline;
+  cursor: pointer;
+}
+
+.text-link:hover {
+  color: #333366;
+} 
+
+.text-link:hover:active {
+  color: #990000;
+}