diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-02 22:19:02 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-02 22:19:02 +0000 |
| commit | 7ecbc6bf2ba614afee40d344d9191abd5f371db4 (patch) | |
| tree | 2fc410308ee593cb82a544047799468a7f050329 /static | |
| parent | c43645bb0dab22f9b2fd368f60ea6d7b14ddc44a (diff) | |
| download | Papillon-7ecbc6bf2ba614afee40d344d9191abd5f371db4.tar.bz2 Papillon-7ecbc6bf2ba614afee40d344d9191abd5f371db4.zip | |
Modification of choices
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 5cecfef..e41d670 100644 --- a/static/styles.css +++ b/static/styles.css @@ -20,6 +20,7 @@ See the file COPYING for details. body{ margin:0; font-size:12px; +font-family:arial; background-color:#ced3e1; } @@ -44,6 +45,10 @@ margin:10px; font-size:24px; } +h2 a:hover{ +color:grey; +} + p{ padding:6px; margin:6px; |
