]> jspc29.x-matter.uni-frankfurt.de Git - trb3web.git/commitdiff
quote from Spock
authorCahit <c.ugur@gsi.de>
Mon, 3 Feb 2014 12:24:24 +0000 (13:24 +0100)
committerCahit <c.ugur@gsi.de>
Mon, 3 Feb 2014 12:24:24 +0000 (13:24 +0100)
frame.pm
styleold.css

index 11f04097fdc44774a8e75fd5345c4f2d0d9bbb07..0e1c4efd8fc7893e9170d5794e88a6594df38af1 100755 (executable)
--- a/frame.pm
+++ b/frame.pm
@@ -48,7 +48,7 @@ print <<HDOC;
 <div id="logo"><a href="/trb"><img src="logo.png" alt="Logo"></a></div>\r
 \r
 <h2 class="header">a DAQ and TDC (in FPGA) platform</h2>\r
-<!--<h2 class="header">Fascinating!</h2>-->\r
+<h3 class="header">Fascinating!</h2>\r
 </div>\r
 <div id="main">\r
 HDOC\r
index b8c598357267771974e5409d0c00e4fd2f5d5aac..1cba3ad5ce3f352603b9aa1329b242a5fb748116 100644 (file)
@@ -85,7 +85,15 @@ h2.header {
    padding:10px 0 0 200px;
    border-width:0 0 1px 0;
    font-weight:normal;
-   font-size:200px;
+   font-size:20px;
+   }
+
+h3.header {
+   top:70px;
+   padding:100px 0 0 200px;
+   border-width:0 0 1px 0;
+   font-weight:normal;
+   font-size:20px;
    }
 
 
@@ -284,4 +292,4 @@ table th {
 
 table td, table th {
   padding:2px 10px;
-}   
\ No newline at end of file
+}