mirror of
https://github.com/friendica/friendica
synced 2024-11-10 11:02:53 +00:00
fix for less file of quattro, regen CSS
This commit is contained in:
parent
78715c8671
commit
51a6903b4c
4 changed files with 4 additions and 4 deletions
|
@ -1210,7 +1210,7 @@ section {
|
||||||
.wall-item-container .wall-item-actions-social a {
|
.wall-item-container .wall-item-actions-social a {
|
||||||
margin-right: 3em;
|
margin-right: 3em;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-social a .active {
|
.wall-item-container .wall-item-actions-social a.active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-tools {
|
.wall-item-container .wall-item-actions-tools {
|
||||||
|
|
|
@ -1210,7 +1210,7 @@ section {
|
||||||
.wall-item-container .wall-item-actions-social a {
|
.wall-item-container .wall-item-actions-social a {
|
||||||
margin-right: 3em;
|
margin-right: 3em;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-social a .active {
|
.wall-item-container .wall-item-actions-social a.active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-tools {
|
.wall-item-container .wall-item-actions-tools {
|
||||||
|
|
|
@ -1210,7 +1210,7 @@ section {
|
||||||
.wall-item-container .wall-item-actions-social a {
|
.wall-item-container .wall-item-actions-social a {
|
||||||
margin-right: 3em;
|
margin-right: 3em;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-social a .active {
|
.wall-item-container .wall-item-actions-social a.active {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.wall-item-container .wall-item-actions-tools {
|
.wall-item-container .wall-item-actions-tools {
|
||||||
|
|
|
@ -576,7 +576,7 @@ section {
|
||||||
}
|
}
|
||||||
.wall-item-actions-social { float: left; margin-top: 0.5em;
|
.wall-item-actions-social { float: left; margin-top: 0.5em;
|
||||||
a { margin-right: 3em;
|
a { margin-right: 3em;
|
||||||
.active { font-weight: bold;}
|
&.active { font-weight: bold;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.wall-item-actions-tools { float: right; width: 15%;
|
.wall-item-actions-tools { float: right; width: 15%;
|
||||||
|
|
Loading…
Reference in a new issue