Team:Alberta/base.css

From 2010.igem.org

(Difference between revisions)
(New page: - this file contains css to be included everywhere: .firstHeading {display:none;})
Line 2: Line 2:
.firstHeading {display:none;}
.firstHeading {display:none;}
 +
 +
 +
/* styling for btn that pulls down igem menu */
 +
#show-toolbar-btn {
 +
  background-color:#CCCCCC;
 +
  left:40px;
 +
  padding:3px;
 +
  position:absolute;
 +
  top:20px;
 +
}

Revision as of 01:52, 20 August 2010

/* this file contains css to be included everywhere */

.firstHeading {display:none;}


/* styling for btn that pulls down igem menu */

  1. show-toolbar-btn {
 background-color:#CCCCCC;
 left:40px;
 padding:3px;
 position:absolute;
 top:20px;

}