From 97c8ae11c988fe6116737932a51f07128d82904e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 4 Sep 2007 01:37:08 +0200 Subject: tschwinge is some sort of CSS god by now... ;-) --- index/discussion.mdwn | 13 ++++++------- local.css | 29 ++++++++++++++++++++++------- public_hurd_boxen.mdwn | 2 +- 3 files changed, 29 insertions(+), 15 deletions(-) diff --git a/index/discussion.mdwn b/index/discussion.mdwn index 31284c5b..4762e6d9 100644 --- a/index/discussion.mdwn +++ b/index/discussion.mdwn @@ -15,18 +15,18 @@ Please add your comments here about what you think needs to be done on the wiki. we have "how to set-up Hurd consoles" and "how to set up Xorg in Hurd" but we do not have any general after-installation problems page e.g. networking problem, upgrade problem. later -with that information we can make a page named: Technical FAQs. -- [[arnuld]] +with that information we can make a page named: Technical FAQs. --[[arnuld]] ## How to Rearrange I think that a bunch of pages should be shuffeled around. For example the mailing list pages don't belong into the [[Hurd]] hierarchy. They -should simply be top-level pages in my opinion. -- [[tschwinge]] +should simply be top-level pages in my opinion. --[[tschwinge]] [[Main]] and [[Distrib]] are messy conglomeration of everything and should be -cleaned and re-ordered. -- [[tschwinge]] +cleaned and re-ordered. --[[tschwinge]] tschwinge: maybe we should discuss wiki page naming policies WRT Debian I'd rather have something like /Debian, /DebianInstall, /DebianFAQ, /DebianInstallCrosshurd etc. @@ -34,12 +34,11 @@ cleaned and re-ordered. -- [[tschwinge]] [[Mig]] and [[Mach]] could get united into one thing. Perhaps just alongside -with [[Hurd]] as well? -- [[tschwinge]] +with [[Hurd]] as well? --[[tschwinge]] -What to do with [[GNU]]? -- [[tschwinge]] +What to do with [[GNU]]? --[[tschwinge]] Someone could work on getting us some nice style-sheets; see [[local.css]]. -For example, the table on [[public_hurd_boxen]] should probably get some grid -lines. -- [[tschwinge]] +--[[tschwinge]] diff --git a/local.css b/local.css index 99ee94d4..f433f660 100644 --- a/local.css +++ b/local.css @@ -41,14 +41,29 @@ pre font-size: small; } -.table1 +.table_style_1 { text-align: left; - /* - * I want this `vertical-align' thing to work for the table elements. This - * doesn't work as it's done below. Shouldn't `td.table1' work? It also - * doesn't. Help. -- tschwinge, mostly CSS ignorant. - */ - vertical-align: top; font-size: small; + + border-width: thin; + border-style: solid; + border-collapse: collapse; + empty-cells: show; +} + +.table_style_1 th +{ + vertical-align: top; + + border-width: thin; + border-style: solid; +} + +.table_style_1 td +{ + vertical-align: top; + + border-width: thin; + border-style: dotted; } diff --git a/public_hurd_boxen.mdwn b/public_hurd_boxen.mdwn index 2de9ed78..58e88a22 100644 --- a/public_hurd_boxen.mdwn +++ b/public_hurd_boxen.mdwn @@ -1,6 +1,6 @@ Here are some Hurd boxes that users have made available to the public: -[[table class="table1" data=""" +[[table class="table_style_1" data=""" "Host Name","Operator","Access","Distro","Machine Specs","Comments" "flubber.bddebian.com","[[Barry\_de\_Freese|bddebian]]","ssh; port 2250","Debian","PII 550 MHz; 384 MiB" "clubber.bddebian.com","[[Barry\_de\_Freese|bddebian]]","ssh; port 2251","Debian","PIII 1 GHz; 384 MiB" -- cgit v1.2.3