diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-08 15:21:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-08 15:21:33 +0200 |
commit | 998147157df57db40fbf017224c488e9479e4e72 (patch) | |
tree | 94ddf948ae5367b99165a4fcb867d81f5e230cb6 /www/brep-common.css | |
parent | 4bd6ab719d5b3d484a49641c19befb6207dea40b (diff) |
Cleanup trailing spaces
Diffstat (limited to 'www/brep-common.css')
-rw-r--r-- | www/brep-common.css | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/www/brep-common.css b/www/brep-common.css index d32c2c8..cd13157 100644 --- a/www/brep-common.css +++ b/www/brep-common.css @@ -1,4 +1,4 @@ -/* +/* * Form layout table. */ .form-table @@ -14,8 +14,8 @@ padding: 0; } -/* - * Property list table. +/* + * Property list table. */ .proplist { @@ -34,14 +34,14 @@ table-layout: fixed; border: none; - border-spacing: 0 0; + border-spacing: 0 0; } .proplist th, .proplist td {padding: .08em 0 .08em 0;} -.proplist th +.proplist th { - font-family: monospace; + font-family: monospace; font-weight: normal; text-align: left; } @@ -54,7 +54,7 @@ } /* Flexbox-based left/right aligned value/comment implementation. */ -.proplist td +.proplist td { width: 100%; white-space: nowrap; @@ -68,10 +68,10 @@ .proplist td .value { - display: inline-block; + display: inline-block; -webkit-flex-shrink: 1; - flex-shrink: 1; + flex-shrink: 1; white-space: nowrap; overflow: hidden; @@ -94,16 +94,16 @@ /* Fallback for browsers that still don't support flexbox. */ -.proplist td -{ +.proplist td +{ text-align: right; overflow: hidden; text-overflow: ellipsis; } .proplist td .value -{ - float: left; +{ + float: left; text-align: left; } @@ -137,8 +137,8 @@ white-space: normal; } -/* - * Pager. +/* + * Pager. */ #pager { @@ -150,7 +150,7 @@ #pager a { - padding: 0 0.4em 0 0.4em; + padding: 0 0.4em 0 0.4em; } #pager #prev:before {content: "<\A0";} |