changeset 7026:e9ba69d3b367

less: add comment for statistics charts and simplify selector In case we decide to change the element type, make the selector more generic.
author domruf <dominikruf@gmail.com>
date Mon, 30 Oct 2017 01:46:44 +0100
parents 7d200066cc48
children d55455f5aefd
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Oct 29 23:08:04 2017 +0100
+++ b/kallithea/public/css/style.css	Mon Oct 30 01:46:44 2017 +0100
@@ -1101,11 +1101,12 @@
 div#legend_choices {
   float: left;
 }
-div#commit_history {
+/* set size for statistics charts */
+#commit_history {
   width: 450px;
   height: 300px;
 }
-div#overview {
+#overview {
   clear: both;
   width: 450px;
   height: 100px;
--- a/kallithea/public/less/style.less	Sun Oct 29 23:08:04 2017 +0100
+++ b/kallithea/public/less/style.less	Mon Oct 30 01:46:44 2017 +0100
@@ -824,15 +824,18 @@
 div#legend_choices {
   float: left;
 }
-div#commit_history {
+
+/* set size for statistics charts */
+#commit_history {
   width: 450px;
   height: 300px;
 }
-div#overview {
+#overview {
   clear: both;
   width: 450px;
   height: 100px;
 }
+
 #content #left #menu ul.closed,
 #content #left #menu li ul.collapsed,
 .yui-tt-shadow {