Skip to content

Commit

Permalink
Update css.rst
Browse files Browse the repository at this point in the history
Improved consistency: lower cased all hexadecimal descriptions of colors.
  • Loading branch information
OrangeTux committed Feb 28, 2013
1 parent bfeee75 commit cc5d613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorial/css.rst
Expand Up @@ -10,7 +10,7 @@ folder we created before:
.. sourcecode:: css

body { font-family: sans-serif; background: #eee; }
a, h1, h2 { color: #377BA8; }
a, h1, h2 { color: #377ba8; }
h1, h2 { font-family: 'Georgia', serif; margin: 0; }
h1 { border-bottom: 2px solid #eee; }
h2 { font-size: 1.2em; }
Expand All @@ -24,8 +24,8 @@ folder we created before:
.add-entry dl { font-weight: bold; }
.metanav { text-align: right; font-size: 0.8em; padding: 0.3em;
margin-bottom: 1em; background: #fafafa; }
.flash { background: #CEE5F5; padding: 0.5em;
border: 1px solid #AACBE2; }
.error { background: #F0D6D6; padding: 0.5em; }
.flash { background: #cee5F5; padding: 0.5em;
border: 1px solid #aacbe2; }
.error { background: #f0d6d6; padding: 0.5em; }

Continue with :ref:`tutorial-testing`.

0 comments on commit cc5d613

Please sign in to comment.