Commit cae18db7 authored by Samarth Joshi's avatar Samarth Joshi

Moving document files

parent 3ed78eda
...@@ -186,7 +186,7 @@ button:focus { ...@@ -186,7 +186,7 @@ button:focus {
.helptext { .helptext {
font-size: 0.7em; font-size: 0.7em;
color: black; color: black;
display: none; display:none;
} }
li { li {
font-size: 0.7em; font-size: 0.7em;
...@@ -194,7 +194,10 @@ line-height:20px; ...@@ -194,7 +194,10 @@ line-height:20px;
color: black; color: black;
} }
ul { ul {
display: none; display:none;
}
ul[class="errorlist"] {
display: block;
} }
@media (max-width: 500px) { @media (max-width: 500px) {
......
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