Fix extremely small stability bars on docs page

Fixes 
This commit is contained in:
Wesley Wiser 2015-03-29 15:14:02 -04:00
parent b27ba527c5
commit 2a1bad70dd

@ -493,6 +493,10 @@ h1 .stability {
.stability.Locked { border-color: #0084B6; color: #00668c; }
.stability.Unmarked { border-color: #BBBBBB; }
td.summary-column {
width: 100%;
}
.summary {
padding-right: 0px;
}