mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
updates to website footer
This commit is contained in:
@@ -12,6 +12,7 @@ div#body_div {
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: left;
|
||||
width: 720px;
|
||||
margin: auto;
|
||||
}
|
||||
@@ -39,7 +40,9 @@ p, li {
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
font-size: 120%
|
||||
font-size: 120%;
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
.social-icons a:hover {
|
||||
text-decoration: none;
|
||||
@@ -47,11 +50,11 @@ p, li {
|
||||
.social-icons a i:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.web-footer-menu {
|
||||
margin-bottom: 7px;
|
||||
.social-icons i {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
|
||||
.web-footer-menu ul {
|
||||
list-style: none;
|
||||
margin: 0px;
|
||||
@@ -60,16 +63,8 @@ p, li {
|
||||
|
||||
.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;
|
||||
padding: 2px 14px 2px 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.two-column {
|
||||
|
||||
Reference in New Issue
Block a user