diff --git a/app/assets/stylesheets/my_styles.scss b/app/assets/stylesheets/my_styles.scss index 3c90e6a..152027a 100644 --- a/app/assets/stylesheets/my_styles.scss +++ b/app/assets/stylesheets/my_styles.scss @@ -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 */