mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
website css cleanups + dropdown in top toolbar
This commit is contained in:
@@ -119,6 +119,13 @@ li {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 18px 0;
|
||||
border: 0;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
border-bottom: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
a:active { outline:none; }
|
||||
|
||||
:focus { -moz-outline-style:none; }
|
||||
|
||||
@@ -119,6 +119,13 @@ li {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 18px 0;
|
||||
border: 0;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
border-bottom: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
a:active { outline:none; }
|
||||
|
||||
:focus { -moz-outline-style:none; }
|
||||
@@ -1044,6 +1051,14 @@ h1 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #F8F8F8;
|
||||
border: 1px solid #CCCCCC;
|
||||
@@ -1078,13 +1093,6 @@ header .topbar .container {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.web-main-section p,
|
||||
.web-main-section h4,
|
||||
.web-main-section h5,
|
||||
.web-main-section pre {
|
||||
margin-left: 9px;
|
||||
}
|
||||
|
||||
.web-side-section {
|
||||
width: 30%;
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user