source: trunk/nagios-velvice/velvice.css @ 273

Last change on this file since 273 was 271, checked in by g7moreau, 6 years ago
  • Update CSS
File size: 567 bytes
RevLine 
[270]1h1 {
2   border-bottom:    2px solid;
3   border-color:     black;
4   border-left:      2px solid;
[271]5   border-radius:    0px 0px 0px 3ex;
[270]6   }
[263]7
8/* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */
9h1 ul {
[270]10   display:          flex;
11   justify-content:  space-between;
[271]12   margin:           0.5ex;
[263]13   }
14
15h1 li {
[270]16   display:          inline;
[263]17   }
18
19td.bold {
[270]20   font-weight:      bold;
[263]21   }
[270]22
23hr {
24   border-style:     solid;
[271]25   border-width:     1px;
[270]26   color:            black;
27   margin-top:       4ex;
[271]28   width:            70%;
[270]29   }
Note: See TracBrowser for help on using the repository browser.