comparison public_html/static/css/global.css @ 8:7d92a42f8e18

improved doxygen library
author sergey
date Wed, 14 May 2014 17:28:22 +0400
parents 2d1a0a75fc49
children 3efa63d911d4
comparison
equal deleted inserted replaced
7:fa7a99c2d079 8:7d92a42f8e18
1 html, body { 1 html, body {
2 height: 100%; 2 height: 100%;
3 margin: 0; 3 margin: 0;
4 padding: 0; 4 padding: 0;
5 }
6
7 a {
8 transition: all 0.5s;
9 color: inherit;
10 font-weight: bold;
5 } 11 }
6 12
7 .block { 13 .block {
8 display: block; 14 display: block;
9 } 15 }
10 16
11 .centered { 17 .centered {
12 text-align: center; 18 text-align: center;
19 }
20
21 /********************************* MENUS **************************************/
22
23 ul.menu-bar {
24 padding: 0;
25 margin: 0;
26 list-style: none;
27 }
28
29 ul.menu-bar li {
30 display: inline-block;
31 line-height: 100%;
32 }
33
34 .menu-bar a {
35
13 } 36 }
14 37
15 /********************************* TABLES *************************************/ 38 /********************************* TABLES *************************************/
16 39
17 table.pretty-table 40 table.pretty-table