comparison public_html/static/css/global.css @ 10:83ad674a8cdd

updated styles
author sergey
date Thu, 15 May 2014 01:51:42 +0400
parents 3efa63d911d4
children 573272ec604b
comparison
equal deleted inserted replaced
9:3efa63d911d4 10:83ad674a8cdd
16 16
17 .centered { 17 .centered {
18 text-align: center; 18 text-align: center;
19 } 19 }
20 20
21 .float-left {
22 float: left;
23 }
24
25 .float-right {
26 float: right;
27 }
28
21 /********************************* MENUS **************************************/ 29 /********************************* MENUS **************************************/
22 30
23 ul.menu-bar { 31 ul.menu-bar {
24 padding: 0; 32 padding: 0;
25 margin: 0; 33 margin: 0;
29 ul.menu-bar li { 37 ul.menu-bar li {
30 display: inline-block; 38 display: inline-block;
31 line-height: 100%; 39 line-height: 100%;
32 } 40 }
33 41
42 ul.menu-bar li.menu-item {
43 padding: 5px;
44 text-decoration: none;
45 padding-bottom: 8px;
46 }
47
34 .menu-bar a { 48 .menu-bar a {
35 padding: 5px; 49 padding: 5px;
36 display: block; 50 display: block;
37 text-decoration: none; 51 text-decoration: none;
52 border-bottom: 3px solid;
38 } 53 }
39 54
40 /********************************* TABLES *************************************/ 55 /********************************* TABLES *************************************/
41 56
42 table.pretty-table 57 table.pretty-table