]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change border to border-radius 10933/head
authorZlatan Vasović <legospace9876@gmail.com>
Thu, 3 Oct 2013 21:15:49 +0000 (23:15 +0200)
committerZlatan Vasović <legospace9876@gmail.com>
Thu, 3 Oct 2013 21:15:49 +0000 (23:15 +0200)
Border isn't set, but border-radius is.

less/code.less

index 88bcde5526da90718387353f87b840984d6cef20..e12835401dbfc19e4a43a13a0baa400fc826ad9a 100644 (file)
@@ -42,7 +42,7 @@ pre {
     color: inherit;
     white-space: pre-wrap;
     background-color: transparent;
-    border: 0;
+    border-radius: 0;
   }
 }