/static/light_hatched_style/tool_menu.css.tmpl
https://bitbucket.org/cistrome/cistrome-harvard/ · Go Template · 46 lines · 41 code · 5 blank · 0 comment · 0 complexity · 0fa16e50c96fe704d71c8f22d19f0fb1 MD5 · raw file
- body
- {
- background: white;
- color: $base_text;
- background: white url(menu_bg.png) top repeat-x;
- margin: 5px;
- margin-right: 15px;
- margin-left: 15px;
- }
- hr
- {
- border: none;
- height: 0px;
- margin-top: 0px;
- }
- div.toolSectionPad
- {
- margin: 0;
- padding: 0;
- height: 5px;
- font-size: 0px;
- }
- div.toolSectionDetailsInner
- {
- margin-left: 10px;
- margin-right: 10px;
- }
- div.toolSectionTitle
- {
- padding-bottom: 0px;
- font-weight: bold;
- }
- div.toolTitle
- {
- padding-top: 5px;
- padding-bottom: 5px;
- margin-left: 16px;
- margin-right: 10px;
- display: list-item;
- list-style: square outside;
- }