]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.concatenative: remove #container
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 06:45:41 +0000 (22:45 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 06:45:41 +0000 (22:45 -0800)
extra/websites/concatenative/page.css
extra/websites/concatenative/page.xml

index b506fcc8c835e84a81a67112824229bc50b2987d..7e9cacacfd13635c02ce8749d962b0be7097f8a9 100644 (file)
@@ -40,10 +40,6 @@ a, .link { color: #2A5DB0; }
 a:link, a:visited, a:active, .link { text-decoration: none; }
 a:hover, .link:hover { text-decoration: underline; }
 
-#container {
-    max-width: 1000px;
-}
-
 .error { color: #a00; }
 
 .errors li { color: #a00; }
index 936a730b64bf73b16eff80581713bbb343851586..ef1186deb8eb78d29f4ef7d93c9f0e0593fb1b04 100644 (file)
@@ -22,9 +22,7 @@
 
         <body>
 
-            <div id="container">
             <t:call-next-template />
-            </div>
 
         </body>