Skip to content

Commit

Permalink
cleanup CSS prefixed border-radius properties (as widely supported now)
Browse files Browse the repository at this point in the history
  • Loading branch information
niol authored and jtojnar committed Mar 15, 2017
1 parent a3e3feb commit 6beba94
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ body {
select,
input {
border:solid 1px #ccc;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-khtml-border-radius:2px;
border-radius:2px;
padding:6px;
}
Expand Down Expand Up @@ -91,9 +88,6 @@ body * {
background:#3d6d69;
font-size:0.9em;
text-align:center;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-khtml-border-radius:2px;
border-radius:2px;
cursor:pointer;
}
Expand Down Expand Up @@ -212,9 +206,6 @@ body * {
width:10px;
height:10px;
margin-left:-30px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-khtml-border-radius:2px;
border-radius:2px;
}

Expand Down Expand Up @@ -285,9 +276,6 @@ body * {
left:20px;
width:45px;
height:45px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-khtml-border-radius:2px;
border-radius:2px;
cursor:pointer;
}
Expand Down Expand Up @@ -439,9 +427,6 @@ body * {
.source {
margin:1px 50px 3px 5px;
padding:5px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
background:rgba(255, 255, 255, 0.4);
position:relative;
Expand Down Expand Up @@ -495,9 +480,6 @@ body * {
}

.entry-tags-tag {
-moz-border-radius:4px;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
padding:2px;
font-size:0.8em;
Expand Down Expand Up @@ -1005,9 +987,6 @@ body.publicmode.notloggedin .entry-unread {
.source {
margin:0;
padding:7px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-khtml-border-radius:0px;
border-radius:0px;
/*border-top:1px solid #ccc;*/
border:0;
Expand All @@ -1021,8 +1000,6 @@ body.publicmode.notloggedin .entry-unread {
color:#333;
border:0;
background:#ededed;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
cursor:pointer;
padding:5px;
Expand Down Expand Up @@ -1229,8 +1206,6 @@ body.publicmode.notloggedin .entry-unread {
color:#ededed;
border:0;
background:#333;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
cursor:pointer;
}
Expand Down Expand Up @@ -1284,9 +1259,6 @@ body.publicmode.notloggedin .entry-unread {
.entry {
margin:0;
padding:7px;
-moz-border-radius:0px;
-webkit-border-radius:0px;
-khtml-border-radius:0px;
border-radius:0px;
font-size:0.8em;
border-top:1px solid #ccc;
Expand Down

0 comments on commit 6beba94

Please sign in to comment.