More space around cells
This commit is contained in:
parent
1cc6596af5
commit
f0409ade1e
1 changed files with 26 additions and 14 deletions
|
|
@ -119,22 +119,24 @@ div.thumb-height
|
|||
// padding-bottom: 1.3rem;
|
||||
// }
|
||||
|
||||
// .top-bar
|
||||
// {
|
||||
// // Draw a colored line below the navigation topbar
|
||||
// border-bottom: 5px solid $debian_color;
|
||||
// color: #8a8a8a;
|
||||
.top-bar
|
||||
{
|
||||
// Draw a colored line below the navigation topbar
|
||||
// border-bottom: 5px solid black;
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
// a
|
||||
// {
|
||||
// color: #8a8a8a;
|
||||
// }
|
||||
color: #8a8a8a;
|
||||
|
||||
// a.active
|
||||
// {
|
||||
// color: #fefefe;
|
||||
// }
|
||||
// }
|
||||
a
|
||||
{
|
||||
color: #8a8a8a;
|
||||
}
|
||||
|
||||
a.active
|
||||
{
|
||||
color: #fefefe;
|
||||
}
|
||||
}
|
||||
|
||||
// ------- Footer - format as table cell to allow vertical centering
|
||||
/*@import "compass/layout/sticky-footer";*/
|
||||
|
|
@ -351,6 +353,16 @@ a.black
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.listview
|
||||
{
|
||||
margin-bottom: 2rem;
|
||||
|
||||
.cell
|
||||
{
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Properties of a screenshot - shown in details view */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue