X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fformatting.css;h=e6665e5300845f786e7233669f303aea8ca64bfd;hp=ef6de3a32231b675e9e9d96d8dfbee69887243a4;hb=e20d243c9ffcc255a5eb40a0bae66bf492e561a7;hpb=4800fb6c7ba06bb3feb3d0c2b1be54c52b73e00b diff --git a/LCARStrek/communicator/formatting.css b/LCARStrek/communicator/formatting.css index ef6de3a3..e6665e53 100644 --- a/LCARStrek/communicator/formatting.css +++ b/LCARStrek/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; +}