Merge pull request #7849 from timvandermeij/css-cleanup

Viewer: remove unused CSS rule
This commit is contained in:
Tim van der Meij 2016-11-24 23:51:27 +01:00 committed by GitHub
commit ce416eb26e

View File

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