[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Frescha frescha at unitedseed.de
Tue Feb 28 22:11:28 UTC 2012


The following commit has been merged in the debian/master branch:
commit d0fa4b754b952300d85c9b30f32b1de3aafbb824
Author: Frescha <frescha at unitedseed.de>
Date:   Mon Jan 2 22:10:23 2012 +0100

    Add some comments

diff --git a/shinken/webui/htdocs/css/navigation.css b/shinken/webui/htdocs/css/navigation.css
index 22960f0..fd6625e 100644
--- a/shinken/webui/htdocs/css/navigation.css
+++ b/shinken/webui/htdocs/css/navigation.css
@@ -1,11 +1,21 @@
 /* ----------------------------------------------------------------
+ *  TABLE OF CONTENT
+ * ----------------------------------------------------------------
+ *  + Side navigation:				#nav_left
+ *  + Tactical mockup:				.tac_
+ *  + Main navigation + Dropdown:	#menu, #dropmenu
+ *
+ ----------------------------------------------------------------*/
+ 
+/* ----------------------------------------------------------------
  *  Side navigation
  * ----------------------------------------------------------------*/
 
 #nav_left {
 	border-top: 1px solid #E3E3E5;
 }
-#nav_left li{
+
+#nav_left li {
 	margin-left: 0;
 /*	border-bottom: 1px solid #E3E3E5;*/
 /*	height: 45px;*/
@@ -39,6 +49,9 @@
 	background-color: #F1F1F1;
 }
 
+/* ----------------------------------------------------------------
+ *  Tactical Mockup
+ * ----------------------------------------------------------------*/
 
 .tac_impacts {
 	background: #FFFFFF;
@@ -85,6 +98,10 @@
     padding: 2px;
 }
 
+/* ----------------------------------------------------------------
+ *  Main navigation + Dropdown
+ * ----------------------------------------------------------------*/
+
 #navigation {
 	height:40px;
 	background: #222222;

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list