source: documentation/trunk/tutorial_sample_files/custom/red_tweak.txt@ 18577

Last change on this file since 18577 was 18577, checked in by kjdon, 15 years ago

new files for modified formatting exercise

File size: 507 bytes
Line 
1_collectionspecificstyle_ {
2<style type="text/css">
3/*clear the use of a background image */
4body.bgimage \{ background-image: none; \}
5/* set the background color to pink */
6body \{ background: pink; \}
7/* clear the background image for the navigation bar, and set its color to red */
8div.navbar \{ background-image: none; background-color: red; \}
9/* clear the background image for the divider bars, and set their color to red */
10div.divbar \{ background-image: none; background-color: red; \}
11</style>
12}
Note: See TracBrowser for help on using the repository browser.