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/repository-details.css | |
parent | dc473b71d550fd6f9cc47ae558ea78452f32a9ad (diff) |
Add support for optimizing CSS with SASS
Diffstat (limited to 'www/repository-details.css')
-rw-r--r-- | www/repository-details.css | 31 |
1 files changed, 3 insertions, 28 deletions
diff --git a/www/repository-details.css b/www/repository-details.css index 29d62f6..0e73198 100644 --- a/www/repository-details.css +++ b/www/repository-details.css @@ -1,28 +1,3 @@ -h1 -{ - font-family: monospace; - font-weight: normal; - font-size: 2.074em; - line-height: 1.4em; - - margin: 1.6em 0 .4em 0; - - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} -h1:first-child {margin-top: .6em;} - -/* Since it is a link to itself, it will always be visited. */ -h1 a:visited {color: #006fbf;} -h1 a:hover, h1 a:active {color: #0087e7; text-decoration: none;} - -h2 -{ - font-style: italic; - font-weight: normal; - font-size: 1.32em; - line-height: 1.4em; - - margin: .4em 0 .4em 0; -} +@import url(common.css); +@import url(brep-common.css); +@import url(repository-details-body.css); |