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

Last change on this file since 263 was 263, checked in by g7moreau, 6 years ago
  • Move css style in an independant file velvice.css
File size: 230 bytes
Line 
1
2/* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */
3h1 ul {
4   display: flex;
5   justify-content: space-between;
6   }
7
8h1 li {
9   display: inline;
10   }
11
12td.bold {
13   font-weight: bold;
14   }
Note: See TracBrowser for help on using the repository browser.