2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Change border to border-radius

Border isn't set, but border-radius is.
This commit is contained in:
Zlatan Vasović
2013-10-03 23:15:49 +02:00
parent 70453c2327
commit 6f9d980139
+1 -1
View File
@@ -42,7 +42,7 @@ pre {
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border: 0;
border-radius: 0;
}
}