Browse Source

Improve tabs, especially the global tabs menu

master
parent
commit
5948e18055
  1. 9
      style.css

9
style.css

@ -81,6 +81,15 @@ a:active {
padding-left: 10px;
padding-right: 10px;
}
#sidebar > #globalTabs ul.tabs-list {
font-size: 15pt;
}
.tabs-section {
padding: 0.1em;
}
.tabs-section > h3:first-of-type {
margin-top: 0;
}
#sidebar > #content {
flex: 1;

Loading…
Cancel
Save