Commit eab12799 by Bence Dányi

webui: irasmu margins fixed

parent c437c7f9
......@@ -317,7 +317,11 @@ body > footer {
}
}
p {
margin-top: 20px;
margin-bottom: 10px;
&:last-child {
margin-bottom: 0px;
}
}
p.teacher {
background: #ddd;
......@@ -326,7 +330,7 @@ body > footer {
border-left-style: solid;
border-left-color: #0b4599;
}
.teacher + .teacher {
p.teacher + p.teacher {
margin-top: 0;
padding-top: 0;
}
......
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 sign in to comment