diff --git a/index.html b/index.html index 4aa83a82..3f1901d2 100644 --- a/index.html +++ b/index.html @@ -10,12 +10,11 @@ ponysay +
- +
- ponysay - ponysay    intro    manual @@ -27,52 +26,63 @@
-
+ +
+ - +
+ + + + - + + + + + +
- ponysay example - ponysay example

-
- - - - - -
- - recommended reading:
- Installing
- Basic usage
- Advanced usage
- Configurations
-
- external links:
- Demonstration
- ponysay fortunes
-
-
-
+ + + + + + + + +
+ recommended reading:
+ Installing
+ Basic usage
+ Advanced usage
+ Configurations
+
+ + external links:
+ Demonstration
+ ponysay fortunes
+
+
-
- -
+ +
+
+ diff --git a/screen.css b/screen.css index 672508ce..2432ac31 100644 --- a/screen.css +++ b/screen.css @@ -29,7 +29,14 @@ table.header { height : 100%; } -.main { +div.main { + width : 100%; + top : 60px; + bottom : 0px; + position : absolute; +} + +table.main { width : 100%; height : 100%; border : 0; @@ -57,8 +64,12 @@ table.header { width : 100%; } +.fill { + width : 100%; +} + .title { - passing : 4px 0px 8px 10px; + padding : 4px 0px 8px 10px; /* position : relative; left : 0px; @@ -72,6 +83,14 @@ table.header { text-decoration : none; } +cols.image { + width : 487px; +} + +cols.sep { + width : 53px; +} + a:link {color : #000000; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;} a:active {color : #000000; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}