78 lines
963 B
CSS
Raw Normal View History

2012-12-10 18:25:30 +05:30
.content, div#body_div {
width: 780px;
2012-12-10 14:56:45 +05:30
}
div#body_div {
2012-12-10 14:56:45 +05:30
padding: 0px;
2012-04-26 19:01:35 +05:30
min-height: 400px;
2012-12-10 14:56:45 +05:30
margin: 40px auto;
box-shadow: 1px 1px 3px 3px #ccc;
}
2012-12-10 14:56:45 +05:30
.navbar-inner {
border: 0px;
border-bottom: 1px solid #ddd;
border-radius: 0px;
}
2012-12-10 14:56:45 +05:30
p, li {
line-height: 1.6em;
2012-02-08 12:33:13 +05:30
}
2012-12-10 14:56:45 +05:30
.layout-wrapper {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
2012-02-08 12:33:13 +05:30
}
2012-12-10 18:25:30 +05:30
.layout-main {
min-height: 400px;
}
2012-12-10 14:56:45 +05:30
.layout-side-section {
padding: 8px;
2012-02-08 12:33:13 +05:30
}
footer {
}
.web-footer-menu {
margin-bottom: 7px;
}
.web-footer-menu ul {
list-style: none;
margin: 0px;
2012-02-07 14:57:49 +05:30
padding: 0px;
}
.web-footer-menu ul li {
display: inline;
padding: 2px 15px;
border-right: 1px solid #999;
}
2012-04-26 19:01:35 +05:30
.web-footer-menu ul li:first-child {
padding-left: 0px;
}
.web-footer-menu ul li:last-child {
border-right: 0px solid #777 !important;
2012-04-10 11:51:08 +05:30
}
2012-12-10 18:25:30 +05:30
.web-footer-powered, .web-footer-powered a {
2012-04-26 19:01:35 +05:30
color: #888;
2012-12-10 18:25:30 +05:30
margin-top: 20px;
2012-04-26 19:01:35 +05:30
}
2012-04-10 11:51:08 +05:30
.two-column {
width: 50%;
2012-04-10 11:51:08 +05:30
float: left;
}
.clear {
clear: both;
}
/* */