Changeset 27794 for documentation


Ignore:
Timestamp:
2013-07-10T13:02:48+12:00 (11 years ago)
Author:
jlwhisler
Message:

Added a line of CSS so the entire navigation bar turns red

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorial_sample_files/custom/red_tweak.txt

    r23498 r27794  
    77/* clear the background image for the navigation bar, and set its color to red */
    88div.navbar \{ background-image: none; background-color: red; \}
     9a.navlink \{ background-image: none; background-color: red; \}
    910/* clear the background image for the divider bars, and set their color to red */
    1011div.divbar \{ background-image: none; background-color: red; \}
Note: See TracChangeset for help on using the changeset viewer.