Hidden series title, but searchable (I think)

This commit is contained in:
Mark McDowall 2013-04-25 08:11:40 -07:00
parent 4cd75cd8aa
commit a5d7649d77
2 changed files with 7 additions and 3 deletions

View File

@ -12,7 +12,7 @@
</div> </div>
</div> </div>
<!--<div class="center title">{{title}}</div>--> <div class="center title">{{title}}</div>
<div class="center"> <div class="center">
<div class="labels"> <div class="labels">

View File

@ -41,8 +41,12 @@
} }
.title { .title {
font-size: 17px; position:absolute;
text-rendering: optimizelegibility; left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
} }
.labels { .labels {