mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
move top H1 sizing CSS rule down for precedence
This commit is contained in:
parent
82c21868f3
commit
028af5fec6
1 changed files with 17 additions and 17 deletions
|
@ -7,21 +7,6 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
|
||||
// when the H1 is docked at the top, there is less room
|
||||
// due to the username and search / notifications / etc controls
|
||||
.extra-info-wrapper {
|
||||
@include medium-width {
|
||||
h1 {
|
||||
max-width: 735px;
|
||||
}
|
||||
}
|
||||
@include small-width {
|
||||
h1 {
|
||||
max-width: 690px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// note that this CSS affects both the docked title and the in-page title
|
||||
#topic-title,
|
||||
.extra-info-wrapper {
|
||||
|
@ -98,8 +83,24 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Page header
|
||||
|
||||
// when the H1 is docked at the top, there is less room
|
||||
// due to the username and search / notifications / etc controls
|
||||
.extra-info-wrapper {
|
||||
@include medium-width {
|
||||
h1 {
|
||||
max-width: 735px;
|
||||
}
|
||||
}
|
||||
@include small-width {
|
||||
h1 {
|
||||
max-width: 690px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Page header
|
||||
#topic-title {
|
||||
margin-bottom: 14px;
|
||||
#edit-title {
|
||||
|
@ -108,7 +109,6 @@
|
|||
}
|
||||
|
||||
// App header
|
||||
|
||||
.extra-info-wrapper {
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Reference in a new issue