blob: d1be219caa6a7c65001dba86a568547926d7fa30 [file] [log] [blame]
Rushabh Mehtac50f0882012-12-10 18:25:30 +05301.content, div#body_div {
2 width: 780px;
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +05303}
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +05304
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +05305div#body_div {
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +05306 padding: 0px;
Rushabh Mehta702473d2012-04-26 19:01:35 +05307 min-height: 400px;
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +05308 margin: 40px auto;
Rushabh Mehta5b3d83f2012-12-24 11:47:24 +05309 box-shadow: 1px 1px 3px 3px #bbb;
10 border-radius: 5px;
11 overflow: hidden;
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +053012}
13
14.navbar-inner {
15 border: 0px;
16 border-bottom: 1px solid #ddd;
17 border-radius: 0px;
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053018}
19
Rushabh Mehtab6f80882012-03-23 14:19:49 +053020p, li {
Rushabh Mehta84adf1b2012-12-28 10:30:46 +053021 line-height: 1.5em;
Rushabh Mehtab6f80882012-03-23 14:19:49 +053022}
23
Rushabh Mehta1c8ab8a2012-12-10 14:56:45 +053024.layout-wrapper {
25 box-shadow: none;
26 -webkit-box-shadow: none;
27 -moz-box-shadow: none;
Rushabh Mehta5b3d83f2012-12-24 11:47:24 +053028 border-radius: 0px 0px 5px 5px;
Rushabh Mehtabd20d292012-02-08 10:23:16 +053029}
30
Rushabh Mehtac50f0882012-12-10 18:25:30 +053031.layout-main {
32 min-height: 400px;
Rushabh Mehta84adf1b2012-12-28 10:30:46 +053033 padding: 30px;
Rushabh Mehta13531b72012-02-20 12:35:23 +053034}
35
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053036.web-footer-menu {
37 margin-bottom: 7px;
38}
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053039
40.web-footer-menu ul {
41 list-style: none;
42 margin: 0px;
Rushabh Mehta4d20b222012-02-07 14:57:49 +053043 padding: 0px;
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053044}
45
46.web-footer-menu ul li {
47 display: inline;
48 padding: 2px 15px;
49 border-right: 1px solid #999;
50}
51
Rushabh Mehta702473d2012-04-26 19:01:35 +053052.web-footer-menu ul li:first-child {
53 padding-left: 0px;
54}
55
Rushabh Mehtaab1148c2012-01-31 18:01:16 +053056.web-footer-menu ul li:last-child {
Rushabh Mehta7018b192012-02-02 13:42:28 +053057 border-right: 0px solid #777 !important;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053058}
59
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053060.two-column {
Rushabh Mehtadcfdfc32012-04-25 18:24:44 +053061 width: 50%;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053062 float: left;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +053063}
64
65.clear {
66 clear: both;
67}
68
69/* */