Commit 6cb2e544 by Taylor Otwell

No borders around circles.

parent c03b6c81
...@@ -4659,7 +4659,6 @@ button.close { ...@@ -4659,7 +4659,6 @@ button.close {
float: left; float: left;
margin-right: 1em; margin-right: 1em;
background: #eeeeee; background: #eeeeee;
border: 1px solid #d5d5d5;
border-radius: 50%; border-radius: 50%;
font: bold 2em monospace; font: bold 2em monospace;
text-align: center; text-align: center;
......
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
float: left; float: left;
margin-right: 1em; margin-right: 1em;
background: $gray-lighter; background: $gray-lighter;
border: 1px solid darken($gray-lighter, 10%);
border-radius: 50%; border-radius: 50%;
font: bold 2em monospace; font: bold 2em monospace;
text-align: center; text-align: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment