diff options
author | Romain d'Alverny <rda@mageia.org> | 2010-10-22 15:05:56 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2010-10-22 15:05:56 +0000 |
commit | 3c1945c7e5bc1518c432a3b22d16e2498a891732 (patch) | |
tree | 94369af254b217986b663fc4a187df360d325390 /g | |
parent | 360dc8c503cfc7f712d8ee7bd9248637a348992e (diff) | |
download | www-3c1945c7e5bc1518c432a3b22d16e2498a891732.tar www-3c1945c7e5bc1518c432a3b22d16e2498a891732.tar.gz www-3c1945c7e5bc1518c432a3b22d16e2498a891732.tar.bz2 www-3c1945c7e5bc1518c432a3b22d16e2498a891732.tar.xz www-3c1945c7e5bc1518c432a3b22d16e2498a891732.zip |
code of conduct
Diffstat (limited to 'g')
-rw-r--r-- | g/style/all.css | 7 | ||||
-rw-r--r-- | g/style/screen.css | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css index 58ac0882a..b14377693 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -37,4 +37,9 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; } .faq p { margin-bottom: 2.5em; } .nav { background: #fff; padding: 0.3em; border-bottom: 1px solid #ddd; } .values ul { margin-bottom: 2em; } -.values ul li { margin-bottom: 0.4em; }
\ No newline at end of file +.values ul li { margin-bottom: 0.4em; } +.codeofconduct h2.be { margin-top: 1em; } +#preamble { font-size: 90%; padding: 1em; border: 1px solid #ccc; background: #eee; color: #555;} +#overview {} +p.license { font-size: 85%; font-style: italic; } +.license, .license a { color: #555; }
\ No newline at end of file diff --git a/g/style/screen.css b/g/style/screen.css index 99f3cf27c..e539f4459 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -25,4 +25,9 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; } .faq p { margin-bottom: 2.5em; } .nav { background: #fff; padding: 0.3em; border-bottom: 1px solid #ddd; } .values ul { margin-bottom: 2em; } -.values ul li { margin-bottom: 0.4em; }
\ No newline at end of file +.values ul li { margin-bottom: 0.4em; } +.codeofconduct h2.be { margin-top: 1em; } +#preamble { font-size: 90%; padding: 1em; border: 1px solid #ccc; background: #eee; color: #555;} +#overview {} +p.license { font-size: 85%; font-style: italic; } +.license, .license a { color: #555; }
\ No newline at end of file |