# HG changeset patch # User paulb # Date 1115060144 0 # Node ID 9121f93abf13874be1c8cdcb1b8ad580e1fc6f8d # Parent 2b8d54a8c18d93132f7019dd3eea0c5b6c87e62e [project @ 2005-05-02 18:55:41 by paulb] Moved the stylesheet into its own directory. diff -r 2b8d54a8c18d -r 9121f93abf13 examples/Common/Configurator/Resources/config_template.xhtml --- a/examples/Common/Configurator/Resources/config_template.xhtml Mon May 02 18:55:20 2005 +0000 +++ b/examples/Common/Configurator/Resources/config_template.xhtml Mon May 02 18:55:44 2005 +0000 @@ -6,7 +6,7 @@ System Configurator - diff -r 2b8d54a8c18d -r 9121f93abf13 examples/Common/Configurator/Resources/styles.css --- a/examples/Common/Configurator/Resources/styles.css Mon May 02 18:55:20 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ -#left { - float: left; - width: 50%; -} - -#right { - float: right; - width: 50%; -} - -#bottom { - position: relative; - width: 100%; -} - -div.details { - width: 100%; -} - -div.memory { - width: 100%; -} - -div.hard-disks { - width: 100%; -} - -div.storage { - width: 100%; -} - -div.peripherals { - float: right; - width: 50%; -} - -div.price { - float: left; - width: 50%; -} diff -r 2b8d54a8c18d -r 9121f93abf13 examples/Common/Configurator/Resources/styles/styles.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/Common/Configurator/Resources/styles/styles.css Mon May 02 18:55:44 2005 +0000 @@ -0,0 +1,40 @@ +#left { + float: left; + width: 50%; +} + +#right { + float: right; + width: 50%; +} + +#bottom { + position: relative; + width: 100%; +} + +div.details { + width: 100%; +} + +div.memory { + width: 100%; +} + +div.hard-disks { + width: 100%; +} + +div.storage { + width: 100%; +} + +div.peripherals { + float: right; + width: 50%; +} + +div.price { + float: left; + width: 50%; +}