mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Change border to border-radius
Border isn't set, but border-radius is.
This commit is contained in:
parent
70453c2327
commit
6f9d980139
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pre {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue