diff options
| author | Phil Crosby | 2010-03-09 22:15:43 -0800 | 
|---|---|---|
| committer | Phil Crosby | 2010-03-09 22:15:43 -0800 | 
| commit | 50b4fce3994101d7491c59988d567fa0fb7ae78e (patch) | |
| tree | b23146a12aadbc94a4e9aac561dc27ab941745c6 /options.html | |
| parent | f957476f26241ff9d899fbadd3254d2004ced936 (diff) | |
| download | vimium-50b4fce3994101d7491c59988d567fa0fb7ae78e.tar.bz2 | |
Make blue those ugly purple links on the options page
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/options.html b/options.html index ce69d726..68f3ad7b 100644 --- a/options.html +++ b/options.html @@ -9,6 +9,7 @@          width:640px;          margin:10px auto;        } +      a, a:visited { color:blue; }        #optionsTableWrapper {          width:490px;          border:1px solid red;  | 
