mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
Remove duplicated "border-radius" CSS property
This commit is contained in:
parent
939d1bd8d5
commit
41a2612fe3
@ -73,7 +73,6 @@
|
||||
<a href="{actionUrl}" target="_blank" style="
|
||||
font-size: 15px;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
|
@ -65,7 +65,6 @@
|
||||
<a href="{actionUrl}" target="_blank" style="
|
||||
font-size: 15px;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
|
@ -74,7 +74,6 @@
|
||||
style="
|
||||
font-size: 15px;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user