Browse Source

search: fix color hex code

tags/v7.0.0alpha2
Jan-Christoph Borchardt 10 years ago
parent
commit
f24b150989
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      search/css/results.css

+ 1
- 1
search/css/results.css View File

@@ -59,7 +59,7 @@
}
#searchresults .text {
padding-left: 16px;
color: 999;
color: #999;
}

#searchresults td.result * {

Loading…
Cancel
Save