Переглянути джерело

Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

Carsten Dominik 16 роки тому
батько
коміт
7040e46738
2 змінених файлів з 12 додано та 2 видалено
  1. 2 0
      ORGWEBPAGE/index.org
  2. 10 2
      ORGWEBPAGE/org.css

+ 2 - 0
ORGWEBPAGE/index.org

@@ -14,6 +14,8 @@ planning, and authoring with a fast and effective plain-text
 system.
 
 #+begin_html
+  <!-- Add a fake image and use a CSS class to make it linkable -->
+  <a href="/"><img src="http://orgmode.org/img/spacer.gif" class="logo-link" /></a>
   <table width="100%">
   <tr>
   <td rowspan="2">

+ 10 - 2
ORGWEBPAGE/org.css

@@ -12,9 +12,17 @@
 	line-height:1.2em;
   }
 
+  .logo-link {
+        position: fixed;
+        top: 0px;
+        left: 0px;
+        width: 190px;
+        height: 190px;
+  }
+ 
   h1 {font-size: 14pt;}
 
-#table-of-contents {
+  #table-of-contents {
 	font-size: 85%;
 	position: fixed;
 	display: block;
@@ -25,7 +33,7 @@
 	max-height:55%;
 	line-height: 1.4em;
 	overflow:auto;
-}
+  }
 
   #table-of-contents h2 {
 	display:none;