1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

remove .hide specificity override from grid classes

This commit is contained in:
Mark Otto
2012-12-20 13:57:14 -08:00
parent 6bd5dc7d9f
commit 8eb1549842
2 changed files with 0 additions and 8 deletions

View File

@@ -360,10 +360,6 @@ a:hover {
margin-left: 8.333333333333332%;
}
[class*="span"].hide {
display: none;
}
[class*="span"].pull-right {
float: right;
}