summaryrefslogtreecommitdiff
path: root/style/reset.less
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-18 18:07:48 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-18 18:07:48 +0200
commit93e25e4b6c6d26a7d0127422fdb91bc50b3eea63 (patch)
tree707dc35fb81c562e893461b226247fb56b2b81ee /style/reset.less
parent9f571b930734aed9af6cea97e5ca0327a8549020 (diff)
Add mockup file containing a some introductory text user for testing the website layout for readability, update cssastoecke_rewrite
Diffstat (limited to 'style/reset.less')
-rw-r--r--style/reset.less10
1 files changed, 0 insertions, 10 deletions
diff --git a/style/reset.less b/style/reset.less
index 9ed8bb9..bfb1a75 100644
--- a/style/reset.less
+++ b/style/reset.less
@@ -24,16 +24,6 @@ time, mark, audio, video {
vertical-align: baseline;
}
-/* HTML5 display-role reset for older browsers */
-article, aside, details, figcaption, figure,
-footer, header, hgroup, menu, nav, section {
- display: block;
-}
-
-body {
- line-height: 1;
-}
-
ol, ul {
list-style: none;
}