diff options
| author | Caleb Spare | 2012-08-20 03:30:08 -0700 | 
|---|---|---|
| committer | Caleb Spare | 2012-08-20 04:11:08 -0700 | 
| commit | 87933b347c8d97c8867b3b4099b0f2d76cb221eb (patch) | |
| tree | a87a8feea16f865f544a8c63cb27863daee038ff /options | |
| parent | 73f9ce8bf6d97f5605611d531500220baf1864ed (diff) | |
| download | vimium-87933b347c8d97c8867b3b4099b0f2d76cb221eb.tar.bz2 | |
[Options] Get rid of the scroll overlay effect.
This just doesn't look good with the hint text on the right.
Diffstat (limited to 'options')
| -rw-r--r-- | options/options.html | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/options/options.html b/options/options.html index e0b3d33d..99762fc7 100644 --- a/options/options.html +++ b/options/options.html @@ -26,10 +26,6 @@          border-bottom: 1px solid #eee;          padding: 20px 0 15px 0;          width: 495px; -        position: fixed; -        top: 0; -        background-image: -webkit-linear-gradient(white, white 40%, rgba(255, 255, 255, 0.92)); -        z-index: 2;        }        button {          -webkit-user-select: none; @@ -86,7 +82,6 @@        }        table {          position: relative; -        margin-top: 60px;          border-spacing: 0 25px;        }        #optionsTableWrapper { | 
