Template:Team:HokkaidoU Japan/Common/CSS

From 2014.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 100: Line 100:
}
}
-
ul, ol {
+
ul {
   margin-left: 40px;
   margin-left: 40px;
 +
  list-style-type: disc;
 +
  list-style-image: none;
 +
}
 +
 +
ol {
 +
  margin-left: 40px;
 +
  list-style-type:decimal;
}
}
Line 165: Line 172:
}
}
-
/*#hokkaidou-contents p:first-letter {
+
#hokkaidou-contents p:first-letter {
-
   margin-left: 20px;
+
   /*margin-left: 20px;*/
-
}*/
+
}
#hokkaidou-contents h1 + p, #hokkaidou-contents h2 + p, #hokkaidou-contents h3 + p {
#hokkaidou-contents h1 + p, #hokkaidou-contents h2 + p, #hokkaidou-contents h3 + p {
Line 277: Line 284:
}
}
-
li {
+
#top-section { width: 100%; margin: 0; }
-
  display:block;
+
-
}
+
-
 
+
</style>
</style>
</html>
</html>

Latest revision as of 00:38, 18 October 2014