/static/light_hatched_style/green/tool_menu.css
https://bitbucket.org/cistrome/cistrome-harvard/ · CSS · 38 lines · 34 code · 4 blank · 0 comment · 0 complexity · d1413b1d66c756be85bafc5c604c5bea MD5 · raw file
- body
- {
- background: white;
- color: #303030;
- background: white url(/static/style/menu_bg.png) top repeat-x;
- margin: 10px;
- margin-right: 15px;
- margin-left: 15px;
- }
- hr
- {
- border: none;
- height: 0px;
- margin-top: 2px;
- }
- div.toolSectionDetailsInner
- {
- margin-left: 10px;
- margin-right: 10px;
- }
- div.toolSectionTitle
- {
- padding-bottom: 5px;
- font-weight: bold;
- }
- div.toolTitle
- {
- padding-top: 5px;
- padding-bottom: 5px;
- margin-left: 16px;
- margin-right: 10px;
- display: list-item;
- list-style: square outside;
- }