keep up with current classic developement, make full screen mode work with EarlyBlue
[themes.git] / EarlyBlue / communicator / formatting.css
index 037d1b119ccc9d1ba79369254bf7ac72158c5825..41187e270e997a0ca3dfedf79c370f0d5bf64d07 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;
+}