summaryrefslogtreecommitdiff
path: root/static/cheese
diff options
context:
space:
mode:
authorJayaram Pai2013-11-13 16:03:53 +0530
committerJayaram Pai2013-11-13 16:03:53 +0530
commit828fbab492da5417a505c7be1aef1546d17a8735 (patch)
tree2d5343326620a856398f7e1596502871144232fa /static/cheese
parent48896cada6c939e7969a43a2f4efa1457e2a36c6 (diff)
downloadSciPy2013-828fbab492da5417a505c7be1aef1546d17a8735.tar.gz
SciPy2013-828fbab492da5417a505c7be1aef1546d17a8735.tar.bz2
SciPy2013-828fbab492da5417a505c7be1aef1546d17a8735.zip
previous box padding fix
Diffstat (limited to 'static/cheese')
-rw-r--r--static/cheese/document/jozf.html69
-rw-r--r--static/cheese/document/logo.pngbin19335 -> 0 bytes
-rw-r--r--static/cheese/document/thinkCSpy.pdfbin878733 -> 0 bytes
-rw-r--r--static/cheese/document/thinkCSpy_1.pdfbin878733 -> 0 bytes
4 files changed, 0 insertions, 69 deletions
diff --git a/static/cheese/document/jozf.html b/static/cheese/document/jozf.html
deleted file mode 100644
index 4b7065b..0000000
--- a/static/cheese/document/jozf.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<html>
- <head>
-
- <style>
- html, body{
- margin: 0;
- padding: 0;
- }
-
- #header-wrapper{
- height: 100px;
- background: #86c543;
- }
- #header-inner{
- width: 800px;
- background: blue;
- margin: 0 auto;
- // i will tel you why :)
- // there is no tag like text-align or align to center a div like you center text or h1
- // then how do you do it ??
- // by using the margin tweak :)
- }
-
- #content-wrapper{
- height: 500px;
- background: #ffffff;
- }
-
- #footer-wrapper{
- height: 300px;
- background: #424242;
- }
- // ok now do me a favour , give the width: 800 to headinner and background blue
- // now check browser... stomethhing wrong, nopes, you did not put any content in that div :) now it right??
- // no no content-css is innerright :), put some text inside the header-inner mann :)
- //copy paster the curreent in your editor and tell me what you see :)
- //text became smaller and moved to the corner
- // dont worrly about the text where is the blue div ?
- //its insidw the green div
- // is it centered ?? nop // then make it :)
-
- </style>
-
- </head>
-
- <body>
- <!-- now lets give this a little style -->
-
- <div id="header-wrapper">
- <div id="header-inner">
- This is the head of the page
- </div> <!-- /header-inner -->
- </div> <!-- /header-wrapper -->
-
- <div id="content-wrapper">
- <div id="content-inner">
- <p>Hello World</p>
- </div> <!-- /content-inner -->
- </div> <!-- /content-wrapper -->
-
- <div id="footer-wrapper">
- <div id="footer-inner">
-
- </div> <!-- /footer-inner -->
- </div> <!-- /footer-wrapper -->
-
- </body>
-
-</html>
diff --git a/static/cheese/document/logo.png b/static/cheese/document/logo.png
deleted file mode 100644
index ecd7e44..0000000
--- a/static/cheese/document/logo.png
+++ /dev/null
Binary files differ
diff --git a/static/cheese/document/thinkCSpy.pdf b/static/cheese/document/thinkCSpy.pdf
deleted file mode 100644
index 63b665a..0000000
--- a/static/cheese/document/thinkCSpy.pdf
+++ /dev/null
Binary files differ
diff --git a/static/cheese/document/thinkCSpy_1.pdf b/static/cheese/document/thinkCSpy_1.pdf
deleted file mode 100644
index 63b665a..0000000
--- a/static/cheese/document/thinkCSpy_1.pdf
+++ /dev/null
Binary files differ