Edgewall Software

Changes between Version 11 and Version 12 of CookBook/SiteStyleCss


Ignore:
Timestamp:
Mar 17, 2015, 7:01:08 AM (9 years ago)
Author:
Sebastian Kadlec <s.kadlec@…>
Comment:

Added CSS rules to "Red" Out source path in browser, too.

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/SiteStyleCss

    v11 v12  
    1515.plugin h3 a {
    1616 color: #00b;
     17}
     18/* To change red of the source path in browser, we need an extra rule to reset the grey (#998) of the first element */
     19#content.browser h1 :link, #content.browser h1 :visited {
     20 color: #00b;
     21}
     22#content.browser h1 .first:link, #content.browser h1 .first:visited {
     23 color: #998;
    1724}
    1825}}}