X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fformatting.css;h=41187e270e997a0ca3dfedf79c370f0d5bf64d07;hp=037d1b119ccc9d1ba79369254bf7ac72158c5825;hb=c9b2b3ef52cf12effa0b33e5a20735ccb5e637a7;hpb=c3af6803d34e66e0728572cb094a1f577315a6a3 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; +}