You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ad...@apache.org on 2013/12/08 16:45:43 UTC

svn commit: r1549044 - in /steve/site/trunk: content/resources/css/main.css templates/skeleton.html

Author: adc
Date: Sun Dec  8 15:45:42 2013
New Revision: 1549044

URL: http://svn.apache.org/r1549044
Log:
Fix missing files

Added:
    steve/site/trunk/content/resources/css/main.css
Modified:
    steve/site/trunk/templates/skeleton.html

Added: steve/site/trunk/content/resources/css/main.css
URL: http://svn.apache.org/viewvc/steve/site/trunk/content/resources/css/main.css?rev=1549044&view=auto
==============================================================================
--- steve/site/trunk/content/resources/css/main.css (added)
+++ steve/site/trunk/content/resources/css/main.css Sun Dec  8 15:45:42 2013
@@ -0,0 +1,80 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+* .
+* http://www.apache.org/licenses/LICENSE-2.0
+* .
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied.  See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+body {
+    padding-top: 60px;
+    padding-bottom: 40px;
+}
+
+.sprite {
+    display: inline-block;
+    height: 20px;
+    margin: 0 auto 4px;
+    outline: medium none;
+    text-indent: -999em;
+    width: 24px;
+    background-image: url('../images/sprites.png');
+    background-repeat: no-repeat;
+    overflow: hidden;
+    cursor: pointer;
+}
+
+.edit-page {
+    display: inline-block;
+    height: 20px;
+    margin: 0 auto 4px;
+    outline: medium none;
+    text-indent: -999em;
+    width: 24px;
+    background-image: url('../images/edit.png');
+    background-repeat: no-repeat;
+    overflow: hidden;
+    cursor: pointer;
+}
+
+.fb-share {
+    background-position: 0px -40px;
+}
+
+.gp-share {
+    background-position: 0px 0px;
+}
+
+.tw-share {
+    background-position: 0px -80px;
+}
+
+blockquote p {
+    font-size: 14px;
+}
+
+.span-one-third {
+    width: 300px;
+}
+
+.span-two-thirds {
+    width: 620px;
+}
+
+.offset-one-third {
+    margin-left: 340px;
+}
+
+.offset-two-thirds {
+    margin-left: 660px;
+}

Modified: steve/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/steve/site/trunk/templates/skeleton.html?rev=1549044&r1=1549043&r2=1549044&view=diff
==============================================================================
--- steve/site/trunk/templates/skeleton.html (original)
+++ steve/site/trunk/templates/skeleton.html Sun Dec  8 15:45:42 2013
@@ -22,13 +22,13 @@
     <link rel="apple-touch-icon" sizes="72x72" href="{{base}}resources/images/apple-touch-icon-72x72.png">
     <link rel="apple-touch-icon" sizes="114x114" href="{{base}}resources/images/apple-touch-icon-114x114.png">
 
-    <script src="{{base}}resources/js/jquery-1.10.3.min.js"></script>
+    <script src="{{base}}resources/js/jquery-1.10.2.min.js"></script>
     <script src="{{base}}resources/js/bootstrap.js"></script>
 
     <script type="text/javascript">
 
       var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-2717626-1']);
+      _gaq.push(['_setAccount', 'UA-FIXME-1']);
       _gaq.push(['_setDomainName', 'apache.org']);
       _gaq.push(['_trackPageview']);
 
@@ -121,7 +121,6 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
-        <script src="{{base}}resources/js/bootstrap-modal.js"></script>
 
         <footer>
             <p>Copyright &copy; 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.