mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
parent
f3d83def0a
commit
5e8eec6330
1 changed files with 16 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
||||||
/* Responsive Design
|
/* Responsive Design
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
|
||||||
/* Content wrapper */
|
/* Content wrappers
|
||||||
|
----------------------------------------*/
|
||||||
html {
|
html {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
@ -15,14 +16,16 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Common block wrappers */
|
/* Common block wrappers
|
||||||
|
----------------------------------------*/
|
||||||
.headerbar, .navbar, .forabg, .forumbg, .post, .panel {
|
.headerbar, .navbar, .forabg, .forumbg, .post, .panel {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
margin-right: -5px;
|
margin-right: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Logo block */
|
/* Logo block
|
||||||
|
----------------------------------------*/
|
||||||
#site-description {
|
#site-description {
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -47,7 +50,14 @@ body {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .topiclist lists */
|
/* Navigation
|
||||||
|
----------------------------------------*/
|
||||||
|
.headerbar + .navbar {
|
||||||
|
margin-top: -5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .topiclist lists
|
||||||
|
----------------------------------------*/
|
||||||
li.header dt {
|
li.header dt {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
@ -76,7 +86,8 @@ ul.topiclist dd.mark {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Forums and topics lists */
|
/* Forums and topics lists
|
||||||
|
----------------------------------------*/
|
||||||
ul.topiclist.forums dt, ul.topiclist.topics dt {
|
ul.topiclist.forums dt, ul.topiclist.topics dt {
|
||||||
margin-right: -250px;
|
margin-right: -250px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue