diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index 32f7216..f831441 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -481,10 +481,12 @@ ul.inline li { div.submitted { color: #898989; } + /** -* Pagination. -* The item-list CSS uses quite strong selectors, we have to match them here to override. -*/ + * Pagination. + * The item-list CSS uses quite strong selectors, we have to match them here to + * override. + */ .item-list .pager li { display: inline-block; color: #8c8c8c; @@ -497,7 +499,7 @@ div.submitted { border-bottom: 2px solid transparent; line-height: 1.55em; padding: 0 5px; - text-decoration: none !important; + text-decoration: none; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s;