1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 13:05:44 +02:00

[ticket/11552] Move breadcrumbs up

Remove spacing between navigation and breadcrumbs
Fix comments format in responsive.css

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-09-15 00:15:07 +03:00
parent f3d83def0a
commit 5e8eec6330

View File

@ -1,7 +1,8 @@
/* Responsive Design
---------------------------------------- */
/* Content wrapper */
/* Content wrappers
----------------------------------------*/
html {
height: auto;
}
@ -15,14 +16,16 @@ body {
padding: 0;
}
/* Common block wrappers */
/* Common block wrappers
----------------------------------------*/
.headerbar, .navbar, .forabg, .forumbg, .post, .panel {
border-radius: 0;
margin-left: -5px;
margin-right: -5px;
}
/* Logo block */
/* Logo block
----------------------------------------*/
#site-description {
float: none;
width: auto;
@ -47,7 +50,14 @@ body {
display: none;
}
/* .topiclist lists */
/* Navigation
----------------------------------------*/
.headerbar + .navbar {
margin-top: -5px;
}
/* .topiclist lists
----------------------------------------*/
li.header dt {
text-align: center;
text-transform: none;
@ -76,7 +86,8 @@ ul.topiclist dd.mark {
display: block;
}
/* Forums and topics lists */
/* Forums and topics lists
----------------------------------------*/
ul.topiclist.forums dt, ul.topiclist.topics dt {
margin-right: -250px;
}