From 998147157df57db40fbf017224c488e9479e4e72 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Feb 2016 15:21:33 +0200 Subject: Cleanup trailing spaces --- www/brep-common.css | 32 ++++++++++++++++---------------- www/package-details-body.css | 18 +++++++++--------- www/package-search-body.css | 4 ++-- www/package-version-details-body.css | 32 ++++++++++++++++---------------- www/repository-details-body.css | 2 +- 5 files changed, 44 insertions(+), 44 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";} diff --git a/www/package-details-body.css b/www/package-details-body.css index dc09a10..1d5b6f7 100644 --- a/www/package-details-body.css +++ b/www/package-details-body.css @@ -1,5 +1,5 @@ #heading -{ +{ display: table; table-layout: fixed; width: 100%; @@ -12,7 +12,7 @@ h1 { - font-family: monospace; + font-family: monospace; font-weight: normal; font-size: 2.074em; line-height: 1.4em; @@ -20,15 +20,15 @@ h1 margin: .6em 0 .6em 0; display: table-cell; - text-align: left; + text-align: left; } -#heading > a +#heading > a { font-size: 1.32em; line-height: 1.4em; - display: table-cell; + display: table-cell; text-align: right; width: 3.2em; vertical-align: middle; @@ -58,10 +58,10 @@ h1, h2 white-space: normal; } -/* +/* * Package details table. */ -#package +#package { margin-top: 1.5em; margin-bottom: 1.5em; @@ -86,8 +86,8 @@ h1, h2 margin: 1.2em 0 0 0; } -/* - * Version table. +/* + * Version table. */ table.version { diff --git a/www/package-search-body.css b/www/package-search-body.css index ef8b59c..df77d14 100644 --- a/www/package-search-body.css +++ b/www/package-search-body.css @@ -16,8 +16,8 @@ margin: 1.2em 0 0 0; } -/* - * Version table. +/* + * Version table. */ .package { diff --git a/www/package-version-details-body.css b/www/package-version-details-body.css index 9d08a42..8af54bc 100644 --- a/www/package-version-details-body.css +++ b/www/package-version-details-body.css @@ -1,5 +1,5 @@ #heading -{ +{ display: table; table-layout: fixed; width: 100%; @@ -21,15 +21,15 @@ h1 margin: .6em 0 .6em 0; display: table-cell; - text-align: left; + text-align: left; } -#heading > a +#heading > a { font-size: 1.32em; line-height: 1.4em; - display: table-cell; + display: table-cell; text-align: right; width: 3.2em; vertical-align: middle; @@ -50,7 +50,7 @@ h2 h3 { - font-family: monospace; + font-family: monospace; font-weight: normal; font-size: 1.26em; line-height: 1.4em; @@ -73,10 +73,10 @@ h1, h2, h3 white-space: normal; } -/* - * Version details table. +/* + * Version details table. */ -#version +#version { margin-top: .5em; margin-bottom: 1em; @@ -103,18 +103,18 @@ h1, h2, h3 font-size: 0.94em; } -/* - * Package details table. +/* + * Package details table. */ -#package +#package { margin-top: 1.2em; margin-bottom: 1em; } #package th {width: 6.4em;} -/* - * Dependencies and requirements tables. +/* + * Dependencies and requirements tables. */ #depends {margin-top: .4em; margin-bottom: 1em;} #depends th {width: 2.8em; text-align: center;} @@ -154,14 +154,14 @@ h1, h2, h3 font-size: 0.94em; } -/* +/* * Changes. * * This is a
 block that fits lines up to 80 characters long and
  * wraps longer ones.
  */
-#changes 
-{     
+#changes
+{
   font-size: 0.78em;
   white-space: pre-wrap;
   margin: .5em 0 .5em 0;
diff --git a/www/repository-details-body.css b/www/repository-details-body.css
index 29d62f6..ae04520 100644
--- a/www/repository-details-body.css
+++ b/www/repository-details-body.css
@@ -1,6 +1,6 @@
 h1
 {
-  font-family: monospace;  
+  font-family: monospace;
   font-weight: normal;
   font-size: 2.074em;
   line-height: 1.4em;
-- 
cgit v1.1