1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
krepa098 2014-10-04 11:02:28 +02:00
parent 23a64ef45f
commit b93343bb99

View File

@ -40,7 +40,7 @@ span.quote {
div.green {
margin-top: 12px;
margin-bottom: 12px;
margin-left: 12px;
margin-left: 0px;
margin-right: 12px;
color: @white;
background-color: @green;
@ -50,7 +50,7 @@ div.green {
div.silver {
margin-top: 12px;
margin-bottom: 12px;
margin-left: 12px;
margin-left: 0px;
margin-right: 12px;
color: @black;
background-color: @lightGrey;
@ -60,7 +60,7 @@ div.silver {
div.red {
margin-top: 12px;
margin-bottom: 12px;
margin-left: 12px;
margin-left: 0px;
margin-right: 12px;
color: @white;
background-color: @red;