Fixed silly maths

This commit is contained in:
Dan Leech 2015-12-10 16:00:41 +00:00
parent a4f5600766
commit bd6b97fb42
3 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@
} }
.carbon-text { .carbon-text {
float: right; float: right;
width: calc(100% - 130px - -0.75rem); width: calc(100% - 130px - 0.75rem);
} }
.carbon-poweredby { .carbon-poweredby {
color: #AAA; color: #AAA;

View File

@ -181,7 +181,7 @@
} }
.carbon-text { .carbon-text {
float: right; float: right;
width: calc(100% - 130px - -0.75rem); width: calc(100% - 130px - 0.75rem);
} }
.carbon-poweredby { .carbon-poweredby {
color: #AAA; color: #AAA;

View File

@ -181,7 +181,7 @@
} }
.carbon-text { .carbon-text {
float: right; float: right;
width: calc(100% - 130px - -0.75rem); width: calc(100% - 130px - 0.75rem);
} }
.carbon-poweredby { .carbon-poweredby {
color: #AAA; color: #AAA;