Commit 6f9d9801 authored by Zlatan Vasović's avatar Zlatan Vasović

Change border to border-radius

Border isn't set, but border-radius is.
parent 70453c23
...@@ -42,7 +42,7 @@ pre { ...@@ -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;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment