> a {
display: inline-block;
- padding: 4px 6px;
+ padding: 3px 5px;
> .icon {
color: rgba(0, 0, 0, .5);
}
}
+ &.active,
&:hover {
> a {
> .icon {
/* legacy styling for sidebars (deprecated) */
.sidebar {
- fieldset > legend {
- float: left;
- width: 100%;
+ fieldset {
+ margin-top: 0;
- & + * {
- clear: left;
+ > legend {
+ float: left;
+ width: 100%;
+
+ & + * {
+ clear: left;
+ }
}
}
}
}
-/*.sidebar {
+/*.sidebar {// @todo
dl.dataList {
overflow: hidden;
.commentList {
> li {
- > .box48 > div > .commentContent > .buttonGroupNavigation {
- right: 40px;
- }
-
-
&:hover {
background-color: transparent;