summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-10-15 11:10:33 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-10-15 11:10:33 +0200
commit0fa6c28b7c2be09209af1f51838e93bfb66fd6ff (patch)
treef956a56fe5f87e5d406f956862a3761fd081fa53
parentc4fd68b217caf8f079d6863573796e7f5fa2aee6 (diff)
css: Remove rounded corner
-rw-r--r--spice-space/static/css/main.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/spice-space/static/css/main.css b/spice-space/static/css/main.css
index 2d0705c..d53c421 100644
--- a/spice-space/static/css/main.css
+++ b/spice-space/static/css/main.css
@@ -169,9 +169,6 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
font-size: 12px;
font-weight: bold;
text-align: center;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
}
#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
@@ -196,11 +193,9 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
#banner nav li:first-child a {
border-top-left-radius: 5px;
- -moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
- -moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
@@ -234,9 +229,6 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
padding: 20px;
width: 760px;
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
}
#featured figure {
@@ -263,9 +255,6 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
padding: 20px 20px;
width: 760px;
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
}
#content strong {
@@ -378,9 +367,6 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
text-align: left;
width: 760px;
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
}
#about .primary {float: left; width: 165px;}
@@ -450,9 +436,6 @@ h1.entry-title {
margin: 2em 0;
padding: 10px 20px 15px 20px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
}
#about-author strong {
@@ -473,9 +456,6 @@ h1.entry-title {
margin: 0;
padding: 15px 20px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
}
#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}