Browse Source

Fix tab border

1.x
jlukic 10 years ago
parent
commit
1f0eff4882
  1. 1
      server/files/stylesheets/docs.css

1
server/files/stylesheets/docs.css

@ -504,6 +504,7 @@ body#example {
#example.basic .tab.header.segment .tabular.menu .active.item {
background-color: #F9F9F9;
border-bottom-color: #F9F9F9;
box-shadow: none;
}
#example.basic .main.container > .rail,

Loading…
Cancel
Save