summaryrefslogtreecommitdiffstats
path: root/styles/nohtml5.css
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2013-03-07 00:08:36 +0100
committerpiernov <piernov@piernov.org>2013-03-07 00:08:36 +0100
commit7fac0f20beffe1a1b99351893add73d5eef33f2c (patch)
tree162c2ff1b2aa0709c2de26d0399106b1a5368708 /styles/nohtml5.css
downloadRuDynFrame-7fac0f20beffe1a1b99351893add73d5eef33f2c.tar.gz
RuDynFrame-7fac0f20beffe1a1b99351893add73d5eef33f2c.tar.bz2
RuDynFrame-7fac0f20beffe1a1b99351893add73d5eef33f2c.tar.xz
RuDynFrame-7fac0f20beffe1a1b99351893add73d5eef33f2c.zip
Importation initiale du projetHEADmaster
Diffstat (limited to 'styles/nohtml5.css')
-rw-r--r--styles/nohtml5.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/nohtml5.css b/styles/nohtml5.css
new file mode 100644
index 0000000..21c18df
--- /dev/null
+++ b/styles/nohtml5.css
@@ -0,0 +1,5 @@
+/* Make HTML 5 elements display block-level for consistent styling */
+header, nav, article, section, footer, address {
+ display: block;
+}
+