GUACAMOLE-220: Add semantic CSS class for headers having corresponding tabs.

This commit is contained in:
Michael Jumper
2018-07-21 01:11:24 -07:00
parent edcb2af21f
commit 861bddea6d
5 changed files with 6 additions and 10 deletions

View File

@@ -74,6 +74,10 @@ h2 {
}
.header.tabbed {
margin-bottom: 0;
}
.header ~ * .header,
.header ~ .header {
margin-top: 1em;