Team:NCTU Formosa/css/style320b

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#toc {
+
#toc, #changeFont, #back-top {
display: none;
display: none;
}
}
Line 7: Line 7:
#cover {
#cover {
-
min-width: auto!important;
+
min-width: 0!important;
}
}
.floatnone .image::after {
.floatnone .image::after {
margin-right: 0!important;
margin-right: 0!important;
margin-left: 0!important;
margin-left: 0!important;
 +
}
 +
#realcontent {
 +
padding: 0!important;
}
}

Revision as of 08:36, 24 September 2013

  1. toc, #changeFont, #back-top {

display: none; }

  1. cr {

margin-left: 0!important; }

  1. cover {

min-width: 0!important; } .floatnone .image::after { margin-right: 0!important; margin-left: 0!important; }

  1. realcontent {

padding: 0!important; }