Skip to content
Snippets Groups Projects
Unverified Commit 4e4c746e authored by Manuel Leduc's avatar Manuel Leduc Committed by GitHub
Browse files

XWIKI-21756: Missing border at the bottom of docextrapanes (#2787)

parent 8c9e2dc1
No related branches found
No related tags found
No related merge requests found
......@@ -321,12 +321,12 @@ already take care of padding and shadow. */
}
#docextrapanes {
border-top: 1px solid @xwiki-border-color;
border: 1px solid @xwiki-border-color;
border-top-left-radius: @border-radius-base;
border-top-right-radius: @border-radius-base;
margin-top: -1px;
border-left: 1px solid @xwiki-border-color;
border-right: 1px solid @xwiki-border-color;
/* Makes the bottom border hidden below the footer on pages with a long content (longer than the viewport height). */
margin-bottom: -1px;
}
#xdocFooter {
......
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