Skip to content
Permalink
396bfd4a62
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
19 lines (18 sloc) 391 Bytes
/* - - - - - - - - - - - - - - - - - - -
== In Page Menus
- - - - - - - - - - - - - - - - - - - */
.in-page-list {
float:right;
padding:.5em;
border:1px solid transparent;
border-color: $in-page-menu-border;
background-color:$in-page-menu-background;
margin:0 0 1.5em 2em;
width:20%;
min-width:200px;
max-width:400px;
border-radius:3px;
}
.in-page-tabs {
margin-bottom:2em;
}