Skip to content
Snippets Groups Projects
Commit 466dab4c authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Update style of CSS.

parent ebd47987
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,7 @@ ol.proof-steps > li:before { ...@@ -245,7 +245,7 @@ ol.proof-steps > li:before {
width: 1.5em; width: 1.5em;
height: 1.5em; height: 1.5em;
margin-right: .2em; margin-right: .2em;
margin-top: 0em; margin-top: 0;
border-style: none; border-style: none;
border-radius: 50%; border-radius: 50%;
line-height: 1.4em; line-height: 1.4em;
...@@ -266,20 +266,20 @@ ol.proof-steps > li:after { ...@@ -266,20 +266,20 @@ ol.proof-steps > li:after {
content: ""; content: "";
height: 100%; height: 100%;
width: 0; width: 0;
border-left: 3px solid #00339933; border-left: 3px solid #0393;
z-index: 1; z-index: 1;
} }
ol.proof-steps > li:last-of-type:after { ol.proof-steps > li:last-of-type:after {
border: none; border: none;
} }
ol.proof-steps > li:before { ol.proof-steps > li:before {
content: counter(li,decimal) !important; content: counter(li, decimal);
} }
ol.proof-steps ol.proof-steps > li:before { ol.proof-steps ol.proof-steps > li:before {
content: counter(li,lower-latin) !important; content: counter(li, lower-latin);
} }
ol.proof-steps ol.proof-steps ol.proof-steps > li:before { ol.proof-steps ol.proof-steps ol.proof-steps > li:before {
content: counter(li,lower-roman) !important; content: counter(li, lower-roman);
} }
/* Styles for the editing form. */ /* Styles for the editing form. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment