ssfs rev 28

web: remote h1 and be even more clean
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 12 05:44:28 2011 +0200 (2011-06-12)
parents d19dc31bdfc5
children 8727a2a80b10
files web/ssfs.cgi web/style.css
line diff
     1.1 --- a/web/ssfs.cgi	Sun Jun 12 05:38:55 2011 +0200
     1.2 +++ b/web/ssfs.cgi	Sun Jun 12 05:44:28 2011 +0200
     1.3 @@ -48,7 +48,7 @@
     1.4  	doc)
     1.5  		# Open a dic for content but keep small margins.
     1.6  		echo '<div>'
     1.7 -		echo '<h1>Ssfs Documentation</h1>'
     1.8 +		#echo '<h1>Ssfs Documentation</h1>'
     1.9  		echo '<pre>'
    1.10  		cat /usr/share/doc/ssfs/README | sed \
    1.11  			-e s"#^[\#|\$]\([^']*\)#<span style='color: brown;'>\0</span>#"g \
    1.12 @@ -59,11 +59,11 @@
    1.13  
    1.14  # Content
    1.15  cat << EOT
    1.16 -<h1>Ssfs Server</h1>
    1.17 +<!-- <h1>Ssfs Server</h1> -->
    1.18  
    1.19  <div id="content">
    1.20  
    1.21 -<h2>Hostname $(hostname)</h2>
    1.22 +<h2>Ssfs server $(hostname)</h2>
    1.23  <pre>
    1.24  Server time   : $date
    1.25  Time zone     : $tz
     2.1 --- a/web/style.css	Sun Jun 12 05:38:55 2011 +0200
     2.2 +++ b/web/style.css	Sun Jun 12 05:44:28 2011 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  /* CSS style fro Ssfs */
     2.5  
     2.6  html { height: 102%; }
     2.7 -body { font-size: 96%; margin: 0 40px; }
     2.8 +body { font-size: 96%; margin: 40px; }
     2.9  h1 { color: #351a0a; border-bottom: 1px dotted #ddd; }
    2.10  h2 { color: #444; font-size: 130%; }
    2.11  pre { font-size: 110%; }