1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 04:18:01 +00:00

Merge pull request #494 from nameanyone/master

Stop using obsoleted "-moz-border-radius" and "-webkit-border-radius" pr...
This commit is contained in:
Jeremy Ruston
2014-03-20 22:19:45 +00:00
5 changed files with 11 additions and 21 deletions

View File

@@ -19,8 +19,6 @@ Error message and password prompt
left: 50%;
margin-left: -144px; /* - width/2 - paddingHorz/2 - border */
padding: 16px 16px 16px 16px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}