summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/label
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2010-03-03 12:15:21 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2010-03-03 12:15:21 +0000
commit93166482c26078892c0b32d0ab9e18ec96517e5a (patch)
treec25cfd9dd5757a6a3c5fa9063ba216f838b64986 /WebContent/VAADIN/themes/reindeer/label
parentae106c9b5e64a8ea88965ca850eef78c3e6d109b (diff)
downloadvaadin-framework-93166482c26078892c0b32d0ab9e18ec96517e5a.tar.gz
vaadin-framework-93166482c26078892c0b32d0ab9e18ec96517e5a.zip
Fixes #3735: Use semantic HTML
svn changeset:11604/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/label')
-rw-r--r--WebContent/VAADIN/themes/reindeer/label/label.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/label/label.css b/WebContent/VAADIN/themes/reindeer/label/label.css
index 2480460292..e9c445d5e1 100644
--- a/WebContent/VAADIN/themes/reindeer/label/label.css
+++ b/WebContent/VAADIN/themes/reindeer/label/label.css
@@ -2,7 +2,9 @@
line-height: 18px;
}
.v-label-h1,
+.v-label h1,
.v-label-h2,
+.v-label h2,
.v-caption-h1,
.v-caption-h2 {
font-size: 24px;
@@ -13,6 +15,7 @@
text-shadow: #fff 0 -1px 1px;
}
.v-label-h2,
+.v-label h2,
.v-caption-h2 {
font-size: 16px;
line-height: 22px;
@@ -24,7 +27,9 @@
}
.blue .v-label-h1,
+.blue .v-label h1,
.blue .v-label-h2,
+.blue .v-label h2,
.blue .v-caption-h1,
.blue .v-caption-h2 {
color: #fff;
@@ -35,7 +40,9 @@
}
.black .v-label-h1,
+.black .v-label h1,
.black .v-label-h2,
+.black .v-label h2,
.black .v-caption-h1,
.black .v-caption-h2 {
color: #fff;