Browse Source

Viewer: remove unused CSS rule

This appears to have been part of the first mock-up of the viewer, but
hasn't been used since.
Tim van der Meij 9 years ago
parent
commit
14d7e2f29c
  1. 6
      web/viewer.css

6
web/viewer.css

@ -777,12 +777,6 @@ html[dir='rtl'] .toolbarButton:first-child { @@ -777,12 +777,6 @@ html[dir='rtl'] .toolbarButton:first-child {
height: 1px;
}
.toolbarButtonFlexibleSpacer {
-webkit-box-flex: 1;
-moz-box-flex: 1;
min-width: 30px;
}
html[dir='ltr'] #findPrevious {
margin-left: 3px;
}

Loading…
Cancel
Save