|
@@ -1,7 +1,7 @@
|
|
|
textarea { width: 100%; }
|
|
textarea { width: 100%; }
|
|
|
input { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
|
|
input { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
|
|
|
#last { margin-top: 30px; }
|
|
#last { margin-top: 30px; }
|
|
|
-#toc { border: 1px solid; padding: 20px; width: fit-content; width: -moz-fit-content; margin-top: 10px; }
|
|
|
|
|
|
|
+#toc { border: 1px solid; padding: 20px; width: fit-content; width: -moz-fit-content; clear: both; margin-top: 10px; }
|
|
|
#toc-name { font-size: 18px; }
|
|
#toc-name { font-size: 18px; }
|
|
|
table { border-collapse: collapse; }
|
|
table { border-collapse: collapse; }
|
|
|
td { border: 1px solid; padding: 5px; }
|
|
td { border: 1px solid; padding: 5px; }
|