mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #956 from sharelatex/jel-margins
Margins on content pages
This commit is contained in:
commit
16d1c13566
3 changed files with 7 additions and 3 deletions
|
@ -45,8 +45,8 @@
|
|||
All content from CMS is in .row-spaced.
|
||||
Margin below is to fix extra whitespace for first rows
|
||||
*/
|
||||
.container > .row:nth-child(2) {
|
||||
//- first child is page header, don't correct margin
|
||||
.container > .row:nth-child(2), .content-container > .row:first-child {
|
||||
//- .container first child is page header, don't correct margin
|
||||
margin-top: 0;
|
||||
}
|
||||
.tab-pane {
|
||||
|
|
|
@ -90,6 +90,10 @@
|
|||
}
|
||||
// End Actions
|
||||
|
||||
.nav-tabs {
|
||||
margin-bottom: @margin-md;
|
||||
}
|
||||
|
||||
/*
|
||||
Begin Print
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Overrides for nav.less
|
||||
.nav-tabs {
|
||||
border: 0!important;
|
||||
margin-bottom: @margin-md;
|
||||
margin-bottom: 0;
|
||||
margin-top: -@line-height-computed; //- adjusted for portal-name
|
||||
padding: @padding-lg 0 @padding-md;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue