0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

Compiles changes to CSS

This commit is contained in:
Brian Nelson 2013-07-30 11:35:13 -04:00
parent 220fee80bf
commit dcbf1e51c4
2 changed files with 3 additions and 3 deletions

View File

@ -3917,7 +3917,7 @@ a.thumbnail:focus {
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: baseline;
background-color: #999999; background-color: #999999;
border-radius: .25em; border-radius: .25em;
} }
@ -3976,7 +3976,7 @@ a.thumbnail:focus {
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: baseline;
background-color: #999999; background-color: #999999;
border-radius: 10px; border-radius: 10px;
} }

File diff suppressed because one or more lines are too long