app/assets/stylesheets/styleus/themes/base/components/_component_index.css.scss in styleus-0.0.5 vs app/assets/stylesheets/styleus/themes/base/components/_component_index.css.scss in styleus-0.0.6

- old
+ new

@@ -10,29 +10,30 @@ padding-top: 2em; padding-bottom: 2em; h3 { @include default-index-alignment; - font-family: 'Calluna-Regular'; + font-family: 'Source Sans Pro'; color: #bb9b1d; font-size: 1.2em; letter-spacing: 0.12em; font-weight: thin; text-transform: capitalize; margin-bottom: 0.5em; border-bottom: 1px dashed #bb9b1d; } ul { - @include default-index-alignment; + @include component; li { + @include default-index-alignment; text-align: right; margin-bottom: 0.3em; a:link, a:visited, a:hover, a:active { - font-family: 'Calluna-Regular'; + font-family: 'Source Sans Pro'; letter-spacing: 0.12em; color: #ccc; text-decoration: none; position: relative; top: 0; left: 0; @@ -42,10 +43,10 @@ display: block; width: 9999px; height: 0.8em; position: absolute; right: -9999px - 5; - top: 0; + top: 0.15em; border-bottom: 1px dashed #bb9b1d; } } } } \ No newline at end of file