You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/07/23 10:41:00 UTC

[29/50] [abbrv] incubator-ignite git commit: IGNITE-843 css padding.

IGNITE-843 css padding.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ff3cebce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ff3cebce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/ff3cebce

Branch: refs/heads/ignite-1121
Commit: ff3cebce76edbb0848ff01704a6a421a9b2ec245
Parents: 7ad2c82
Author: AKuznetsov <ak...@gridgain.com>
Authored: Wed Jul 22 09:35:28 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Wed Jul 22 09:35:28 2015 +0700

----------------------------------------------------------------------
 .../web-control-center/nodejs/public/stylesheets/style.less   | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ff3cebce/modules/web-control-center/nodejs/public/stylesheets/style.less
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/public/stylesheets/style.less b/modules/web-control-center/nodejs/public/stylesheets/style.less
index f2cb9bc..f858df5 100644
--- a/modules/web-control-center/nodejs/public/stylesheets/style.less
+++ b/modules/web-control-center/nodejs/public/stylesheets/style.less
@@ -21,6 +21,11 @@
 @ignite-block-callout-background: #f3f8f3;
 @ignite-block-callout: #50af51;
 
+hr {
+  margin-top: 1.3em;
+  margin-bottom: 1.3em;
+}
+
 .main-header .logo {
   height: auto;
 }
@@ -1080,7 +1085,7 @@ a {
   border-left: 5px solid;
   border-color: @ignite-block-callout;
 
-  margin-bottom: 10px;
+  margin-bottom: 1.3em;
 
   p {
     padding: 5px 0 10px 15px;