Skip to content

Commit

Permalink
Fix XWiki Panel margins + don't display list item bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Oct 11, 2012
1 parent 9b4c4ec commit afbd15a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions skin/src/main/resources/lyrebird/xwiki.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ ul.xlist li.xitem div.xitemcontainer ul.xlist {

/* Fix panels */

.xwikipanelcontents {
padding:10px 15px;
}

.xwikipanelcontents p span.panelitem {
display:block;
}
Expand All @@ -370,6 +374,11 @@ ul.xlist li.xitem div.xitemcontainer ul.xlist {
display:none;
}

.panel ul {
list-style-type:none;
margin:0;
}

/* Fix content menu. */

#contentmenu .rightmenu {
Expand Down

0 comments on commit afbd15a

Please sign in to comment.