소스 검색

added clearfix group class to other components in template

Casey DeLorme 10 년 전
부모
커밋
dc8e46ab55
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      template.tmpl

+ 2 - 2
template.tmpl

@@ -7,7 +7,7 @@
         <link rel="stylesheet" type="text/css" href="{{$depth}}/css/main.css#{{.Version}}">
     </head>
     <body>
-        <header>
+        <header class="group">
             <a href='/'><h1>Casey DeLorme</h1></a>
             {{if .Nav}}
             <nav>
@@ -24,7 +24,7 @@
             {{.Content}}
         </div>
 
-        <footer>
+        <footer class="group">
             <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
             <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
             <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>