fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove bottom border in main menu
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
main
/
header.scss
diff --git
a/src/wolnelektury/static/scss/main/header.scss
b/src/wolnelektury/static/scss/main/header.scss
index
645aa7f
..
af713a5
100755
(executable)
--- a/
src/wolnelektury/static/scss/main/header.scss
+++ b/
src/wolnelektury/static/scss/main/header.scss
@@
-1,18
+1,32
@@
$header_bg: #191919;
$small_logo: .9;
$header_bg: #191919;
$small_logo: .9;
+#ads {
+ display: inline-block;
+ width: 100%;
+
+ > a {
+ display: block;
+ width: 100%;
+ }
+
+ img {
+ display: block;
+ margin: 0 auto;
+ }
+}
+
header#main {
@include size(line-height, 20px); /* Make links easier to click when wrapped. */
background-color: $header_bg;
color: #bbb;
position: relative;
header#main {
@include size(line-height, 20px); /* Make links easier to click when wrapped. */
background-color: $header_bg;
color: #bbb;
position: relative;
- Xtext-align: center;
+ /*text-align: center;*/
@media screen and (min-width: 1024px) {
width: 975px;
margin: auto;
@media screen and (min-width: 1024px) {
width: 975px;
margin: auto;
-
}
a {
}
a {
@@
-137,7
+151,7
@@
header#main {
top: 0;
}
top: 0;
}
-
X
#user-info {
+
/*
#user-info {
margin-top: 0;
@include size(margin-left, 5px);
@include size(margin-right, 5px);
margin-top: 0;
@include size(margin-left, 5px);
@include size(margin-right, 5px);
@@
-159,7
+173,7
@@
header#main {
@include size(margin-right, 0);
}
@include size(margin-right, 0);
}
- /* We want submenu on far left on small screens. */
+ !* We want submenu on far left on small screens. *!
.hidden-box-wrapper {
position: static;
@media screen and (min-width: 24em) {
.hidden-box-wrapper {
position: static;
@media screen and (min-width: 24em) {
@@
-185,7
+199,7
@@
header#main {
color: #0D7E85;
}
}
color: #0D7E85;
}
}
- }
+ }
*/
form#search-area {
position: relative;
form#search-area {
position: relative;