Browse Source

Bugfix?

master
Ben Kurtovic 8 years ago
parent
commit
77a02b5c83
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      static/style.css

+ 3
- 3
static/style.css View File

@@ -315,12 +315,12 @@ input.cv-text {
}

input.cv-search {
margin-left: 20px;
margin-left: 0;
margin-right: 5px;
}

input.cv-search:first-of-type {
margin-left: 0;
input.cv-search ~ input.cv-search {
margin-left: 20px;
}

span.cv-hl {


Loading…
Cancel
Save