Move the diary link to the sidebar
Restructure the links section in the sidebar to split it into two major groups, help and community and move the diary link from a tab to the community section of the sidebar.
This commit is contained in:
parent
5ef841085e
commit
ae8cc604a1
2 changed files with 30 additions and 11 deletions
|
@ -132,7 +132,7 @@ h2 {
|
|||
/* Rules for the menu displayed in the left sidebar */
|
||||
|
||||
.left_menu {
|
||||
padding: 5px;
|
||||
padding: 5px 10px;
|
||||
margin: 4px 0;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
@ -156,6 +156,13 @@ h2 {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
/* submenus */
|
||||
.left_menu ul li ul {
|
||||
font-weight: normal;
|
||||
line-height: 15px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.left_menu a {
|
||||
color: #000;
|
||||
}
|
||||
|
@ -178,7 +185,7 @@ h2 {
|
|||
*/
|
||||
|
||||
.optionalbox {
|
||||
padding: 5px;
|
||||
padding: 5px 10px;
|
||||
margin: 4px 0;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
@ -210,7 +217,7 @@ h2 {
|
|||
}
|
||||
|
||||
#search_field input[type="text"] {
|
||||
width: 136px;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
#search_field input[type="submit"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue