diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-02 14:04:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-02 14:04:06 +0200 |
commit | 648b0ee930d02316186603ed1e0e95f96611f1d3 (patch) | |
tree | ff5b92e6e0487615e0a360ace3cfba6dfd827c17 /www/package-search.css | |
parent | dc473b71d550fd6f9cc47ae558ea78452f32a9ad (diff) |
Add support for optimizing CSS with SASS
Diffstat (limited to 'www/package-search.css')
-rw-r--r-- | www/package-search.css | 44 |
1 files changed, 3 insertions, 41 deletions
diff --git a/www/package-search.css b/www/package-search.css index ef8b59c..88e0be9 100644 --- a/www/package-search.css +++ b/www/package-search.css @@ -1,41 +1,3 @@ -/* - * Search form (based on form-table) - */ -#search-txt, #search-txt input {width: 100%;} -#search-btn {padding-left: .4em;} - -/* - * Package count. - */ -#count -{ - font-size: 1.32em; - line-height: 1.4em; - color: #555; - - margin: 1.2em 0 0 0; -} - -/* - * Version table. - */ -.package -{ - margin-top: .8em; - margin-bottom: .8em; - - padding-top: .4em; - padding-bottom: .4em; -} -.package:nth-child(even) {background-color: rgba(0, 0, 0, 0.07);} - -.package th {width: 6.4em;} - -.package tr.name td .value, -.package tr.depends td .value, -.package tr.requires td .value -{ - /* <code> style. */ - font-family: monospace; - font-size: 0.94em; -} +@import url(common.css); +@import url(brep-common.css); +@import url(package-search-body.css); |