Changeset 359 for trunk/style-klask.css


Ignore:
Timestamp:
Nov 4, 2017, 5:03:00 PM (7 years ago)
Author:
g7moreau
Message:
  • Update title, remove automatic refresh
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style-klask.css

    r358 r359  
    113113   }
    114114
     115
     116a.refresh {
     117   background      : #333;
     118   border-radius   : 1.8ex;
     119   color           : white;
     120   margin-left     : 2ex;
     121   padding         : 0.7ex 1.8ex;
     122   text-decoration : none;
     123   }
     124
     125a:hover.refresh {
     126   background      : #AAA;
     127   }
     128
    115129img.map {
    116130   width           : 100%;
Note: See TracChangeset for help on using the changeset viewer.