Commit 0ec7b1bf authored by Sven Franck's avatar Sven Franck

css: removed borders and padding from content-element-header

parent d4d51298
...@@ -933,12 +933,10 @@ html .ui-header .ui-subheader { ...@@ -933,12 +933,10 @@ html .ui-header .ui-subheader {
} }
/* ============================= content header ============================= */ /* ============================= content header ============================= */
html div.ui-page div.ui-content .ui-content-header { html div.ui-page div.ui-content .ui-content-header {
border-bottom: 1px solid;
border-top: 1px solid;
clear: both; clear: both;
display: block; display: block;
margin: 0 10%; margin: 0 10%;
padding: 1em; padding: 1em 1em 0;
} }
@media (max-width: 24em) { @media (max-width: 24em) {
html div.ui-page div.ui-content .ui-content-header { html div.ui-page div.ui-content .ui-content-header {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment