Cleaned up some series less

This commit is contained in:
Mark McDowall 2013-08-13 17:23:23 -07:00
parent 7d35adebf3
commit 3ef9b40754
2 changed files with 11 additions and 12 deletions

View File

@ -16,7 +16,9 @@
</div> </div>
</div> </div>
<div class="center title">{{title}}</div> <div class="title-container">
<div class="center title">{{title}}</div>
</div>
<div class="center"> <div class="center">
<div class="labels"> <div class="labels">

View File

@ -95,6 +95,7 @@
.progress { .progress {
text-align: left; text-align: left;
margin-top : 5px;
left: 0px; left: 0px;
width: 170px; width: 170px;
@ -104,18 +105,14 @@
} }
} }
.progress { .title-container {
left : 22px; position: relative;
margin-top : 5px;
}
.title { .title {
position : absolute; position : absolute;
left : -10000px; top : -100px;
top : auto; opacity: 0.0;
width : 1px; }
height : 1px;
overflow : hidden;
} }
.labels { .labels {