diff options
author | Romain d'Alverny <rda@mageia.org> | 2010-10-22 21:05:56 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2010-10-22 21:05:56 +0000 |
commit | ef0acfe19613c558ce394e2608300139f643a548 (patch) | |
tree | 02e589dc7dbbbad3414120050a6450e7fa9f5c5e /g | |
parent | 9dabd891e2aa8aa520d3bf4df082827e10012185 (diff) | |
download | www-ef0acfe19613c558ce394e2608300139f643a548.tar www-ef0acfe19613c558ce394e2608300139f643a548.tar.gz www-ef0acfe19613c558ce394e2608300139f643a548.tar.bz2 www-ef0acfe19613c558ce394e2608300139f643a548.tar.xz www-ef0acfe19613c558ce394e2608300139f643a548.zip |
code of conduct
Diffstat (limited to 'g')
-rw-r--r-- | g/style/all.css | 2 | ||||
-rw-r--r-- | g/style/screen.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css index b14377693..df760b3ce 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -39,7 +39,7 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; } .values ul { margin-bottom: 2em; } .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;} +#preamble { font-size: 90%; padding: 1em 1em 0 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 e539f4459..a12472d53 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -27,7 +27,7 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; } .values ul { margin-bottom: 2em; } .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;} +#preamble { font-size: 90%; padding: 1em 1em 0 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 |