Skip to content
Snippets Groups Projects
Commit a5733deb authored by Michaela Brückner's avatar Michaela Brückner :unicorn: Committed by Jan-Hendrik Willms
Browse files

fixes #2007

Closes #2007

Merge request studip/studip!1306
parent 35650f12
No related branches found
No related tags found
1 merge request!4Draft: Icon creation
......@@ -333,6 +333,10 @@ table.default {
}
article.wiki {
border: unset;
}
// remove this border, else you end up having two
.studip-widget > div > article.studip {
border: none !important;
......@@ -380,6 +384,15 @@ article.new.toggle > header h1 > a::before {
filter: unset !important;
}
// avoid having double outline and weird line at bottom
form.default table.default {
border: unset;
tbody:last-of-type>tr:last-child>td {
border-bottom: unset;
}
}
/* Sections,Articles and Forms footer */
form.default footer,
table.default > tfoot > tr > td {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment