Skip to content
Snippets Groups Projects
Commit d8329da6 authored by Phil Höfer's avatar Phil Höfer
Browse files

Style fix (tab-content padding)

parent cebc999a
No related branches found
No related tags found
2 merge requests!619Development,!526Resolve "Ergebnisseiten-styles in less-code übernehmen"
...@@ -7208,6 +7208,9 @@ nav h1 { ...@@ -7208,6 +7208,9 @@ nav h1 {
body > div { body > div {
padding-top: 70px; padding-top: 70px;
} }
.tab-content {
padding-top: 10px;
}
.hostlabel a:link, .hostlabel a:link,
.hostlabel a:visited { .hostlabel a:visited {
color: #FFFFFF; color: #FFFFFF;
......
This diff is collapsed.
.tab-content {
padding-top: 10px;
}
.hostlabel a:link, .hostlabel a:visited { .hostlabel a:link, .hostlabel a:visited {
color: #FFFFFF; color: #FFFFFF;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment