X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fformatting.css;h=41187e270e997a0ca3dfedf79c370f0d5bf64d07;hb=d36c7ec407cc272dc85e6bfba54df0961303877c;hp=037d1b119ccc9d1ba79369254bf7ac72158c5825;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e;p=themes.git diff --git a/EarlyBlue/communicator/formatting.css b/EarlyBlue/communicator/formatting.css index 037d1b11..41187e27 100644 --- a/EarlyBlue/communicator/formatting.css +++ b/EarlyBlue/communicator/formatting.css @@ -38,19 +38,16 @@ @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; +}