[vlma-devel] commit: Some CSS rewrite. (Adrien Grand )
git version control
git at videolan.org
Sun Aug 31 15:24:28 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sun Aug 31 15:03:08 2008 +0200| [a7c657be04f6c462d18b245c12ce0f85eb93346d] | committer: Adrien Grand
Some CSS rewrite.
h3 were larger than h2 with KHTML.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=a7c657be04f6c462d18b245c12ce0f85eb93346d
---
vlma-webapp/src/main/webapp/css/style.css | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/vlma-webapp/src/main/webapp/css/style.css b/vlma-webapp/src/main/webapp/css/style.css
index 8fdd7b1..7b32bfc 100644
--- a/vlma-webapp/src/main/webapp/css/style.css
+++ b/vlma-webapp/src/main/webapp/css/style.css
@@ -27,11 +27,12 @@ a:hover {
}
h1 {
- font: bold 1.8em Arial, Sans-Serif;
+ font: bold 180% Arial, Sans-Serif;
letter-spacing: -1px;
margin: 0;
margin-bottom: 10px;
padding: 0;
+ text-align: center;
}
h1 a {
@@ -39,19 +40,16 @@ h1 a {
}
h2 {
- margin: 0;
margin-bottom: 10px;
padding: 0;
- font: 130% Arial, Sans-Serif;
- font-weight: bold;
+ font: bold 145% Arial, Sans-Serif;
color: #222;
- text-transform: uppercase;
background-color: inherit;
}
h3 {
color: #444;
- font-weight: bold;
+ font: bold 125% Arial, Sans-Serif;
}
p {
More information about the vlma-devel
mailing list