- Timestamp:
- Jun 26, 2018, 8:42:24 PM (7 years ago)
- Location:
- trunk/nagios-velvice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nagios-velvice/velvice.cgi
r270 r271 15 15 use strict; 16 16 use warnings; 17 use version; our $VERSION = version->declare('0.7. 6');17 use version; our $VERSION = version->declare('0.7.7'); 18 18 19 19 use CGI; … … 283 283 $htmlpage .= <<"ENDH"; 284 284 <hr clear="all"> 285 < a href="http://servforge.legi.grenoble-inp.fr/projects/soft-trokata/wiki/SoftWare/NagiosVelvice">Velvice</a> version: $VERSION285 <b><a href="http://servforge.legi.grenoble-inp.fr/projects/soft-trokata/wiki/SoftWare/NagiosVelvice">Velvice</a> version: $VERSION<b> 286 286 <ul> 287 287 <li>Written by Gabriel Moreau</li> -
trunk/nagios-velvice/velvice.css
r270 r271 3 3 border-color: black; 4 4 border-left: 2px solid; 5 border-radius: 0px 0px 0px 20ex;5 border-radius: 0px 0px 0px 3ex; 6 6 } 7 7 … … 10 10 display: flex; 11 11 justify-content: space-between; 12 margin: 0.5ex; 12 13 } 13 14 … … 22 23 hr { 23 24 border-style: solid; 24 border-width: 2px25 border-width: 1px; 25 26 color: black; 26 27 margin-top: 4ex; 27 width: 80%;28 width: 70%; 28 29 }
Note: See TracChangeset
for help on using the changeset viewer.