2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fix modal horizontal alignment

This commit is contained in:
Mark Otto
2012-01-15 11:41:46 -08:00
parent 9f732e90d4
commit 6077b7678c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
max-height: 500px;
overflow: auto;
width: 560px;
margin: -250px 0 0 -250px;
margin: -250px 0 0 -280px;
background-color: @white;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.3);