- Timestamp:
- Jun 26, 2018, 7:55:02 PM (7 years ago)
- Location:
- trunk/nagios-velvice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nagios-velvice/velvice.cgi
r269 r270 15 15 use strict; 16 16 use warnings; 17 use version; our $VERSION = version->declare('0.7. 5');17 use version; our $VERSION = version->declare('0.7.6'); 18 18 19 19 use CGI; -
trunk/nagios-velvice/velvice.css
r263 r270 1 h1 { 2 border-bottom: 2px solid; 3 border-color: black; 4 border-left: 2px solid; 5 border-radius: 0px 0px 0px 20ex; 6 } 1 7 2 8 /* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */ 3 9 h1 ul { 4 display: flex;5 justify-content: space-between;10 display: flex; 11 justify-content: space-between; 6 12 } 7 13 8 14 h1 li { 9 display: inline;15 display: inline; 10 16 } 11 17 12 18 td.bold { 13 font-weight: bold;19 font-weight: bold; 14 20 } 21 22 hr { 23 border-style: solid; 24 border-width: 2px 25 color: black; 26 margin-top: 4ex; 27 width: 80%; 28 }
Note: See TracChangeset
for help on using the changeset viewer.