Commit 1370d711 authored by Sven Franck's avatar Sven Franck

css: fix wrong css media declaration

parent 91479162
...@@ -172,7 +172,7 @@ span.static { ...@@ -172,7 +172,7 @@ span.static {
} }
} }
.downloads:before { .downloads:before {
content: "·"; content: "·";
} }
.inline-icon { .inline-icon {
padding: 0 .5em; padding: 0 .5em;
...@@ -553,25 +553,22 @@ tbody .large { ...@@ -553,25 +553,22 @@ tbody .large {
/* ================================= CUSTOM CSS =========================== */ /* ================================= CUSTOM CSS =========================== */
/* no hover on listitems */ /* no hover on listitems */
body {
/* background: url("../img/bg.jpg") repeat scroll 0 0 #DDCBBF !important; */
}
html body .ui-header .ui-controlgroup .ui-btn,
html body .ui-header .ui-wrap .ui-btn:before {
border: 0 none !important;
}
.teaser { .teaser {
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 300px; max-width: 300px;
}
@media (max-width: 24em) {
.teaser {
padding-top: 3em;
}
} }
@media ( max-width: 24em } { body {
.teaser { /* background: url("../img/bg.jpg") repeat scroll 0 0 #DDCBBF !important; */
padding-top: 3em;
}
} }
@media ( min-width: 24em ) { @media (min-width: 24em) {
.ui-page-theme-slapos-white ul.ui-listview .ui-btn:hover { .ui-page-theme-slapos-white ul.ui-listview .ui-btn:hover {
background: #fff; background: #fff;
-webkit-box-shadow: 0 0 6px #0fbabd; -webkit-box-shadow: 0 0 6px #0fbabd;
......
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