Added bottom padding to history so it clears the status bar of Chrome

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1610 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-10-20 04:52:05 +00:00
parent 19878490f1
commit 0e0c3ccea2

View File

@ -123,6 +123,7 @@ a.history-entry.filtered-out > * {
.history-future { .history-future {
position: relative; position: relative;
padding-bottom: @padding_loose;
} }
.history-highlight { .history-highlight {