brotherton-erpnext/website/css/website.css
Rushabh Mehta 1c8ab8ad7a c
2012-12-10 14:56:45 +05:30

76 lines
919 B
CSS

.content {
width: 800px;
}
div#body_div {
padding: 0px;
min-height: 400px;
width: 800px;
margin: 40px auto;
box-shadow: 1px 1px 3px 3px #ccc;
}
.navbar-inner {
border: 0px;
border-bottom: 1px solid #ddd;
border-radius: 0px;
}
p, li {
line-height: 1.6em;
}
.layout-wrapper {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.layout-side-section {
padding: 8px;
}
footer {
}
.web-footer-menu {
margin-bottom: 7px;
}
.web-footer-menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.web-footer-menu ul li {
display: inline;
padding: 2px 15px;
border-right: 1px solid #999;
}
.web-footer-menu ul li:first-child {
padding-left: 0px;
}
.web-footer-menu ul li:last-child {
border-right: 0px solid #777 !important;
}
.web-footer-powered {
color: #888;
float: right;
margin-top: -12px;
}
.two-column {
width: 50%;
float: left;
}
.clear {
clear: both;
}
/* */