Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'demo/css/style.css')
-rw-r--r--demo/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/css/style.css b/demo/css/style.css
index 0616b30..75a1e13 100644
--- a/demo/css/style.css
+++ b/demo/css/style.css
@@ -39,6 +39,7 @@ p {
color: white;
padding: 8px 20px;
margin-top: 4px;
+ border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}