Made actions a dropdown
This commit is contained in:
parent
f566584c44
commit
41b7baa382
2 changed files with 30 additions and 8 deletions
|
|
@ -3,13 +3,24 @@ body{
|
|||
}
|
||||
|
||||
.navbar {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.navbar .action a, .navbar .action span{
|
||||
color: #5a5ada !important;
|
||||
}
|
||||
|
||||
.subnav {
|
||||
width: 80%;
|
||||
height: 10px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.photo-thumb, .photo {
|
||||
padding: 2px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue