On individual foaf person pages, the text "within the last 10 years(<n> total)" was increasing the width of the container for the sparklines. Added a width so the container doesn't expand.

This commit is contained in:
mb863 2011-02-03 20:11:20 +00:00
parent 6b9db99589
commit b5b15e52b6

View file

@ -50,6 +50,7 @@ span.incomplete-data-holder,
font-weight: bold;
text-align: left;
line-height: 1.5em;
width: 180px;
}
.google-visualization-sparkline-default {
margin-bottom: 5px;