summaryrefslogtreecommitdiff
path: root/nuttx/examples/thttpd/content/style.css
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-20 18:18:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-20 18:18:19 +0000
commiteafaeb9398216dacb92de69683ccdda6007efb1d (patch)
treee513e4fd791670d9b74d33821682d4059ed73098 /nuttx/examples/thttpd/content/style.css
parentf68c474e8ae9cfa5c9124a6eb92ec06fe2bf40a1 (diff)
downloadpx4-nuttx-eafaeb9398216dacb92de69683ccdda6007efb1d.tar.gz
px4-nuttx-eafaeb9398216dacb92de69683ccdda6007efb1d.tar.bz2
px4-nuttx-eafaeb9398216dacb92de69683ccdda6007efb1d.zip
Move nuttx/examples to apps/examples
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/thttpd/content/style.css')
-rw-r--r--nuttx/examples/thttpd/content/style.css80
1 files changed, 0 insertions, 80 deletions
diff --git a/nuttx/examples/thttpd/content/style.css b/nuttx/examples/thttpd/content/style.css
deleted file mode 100644
index bfb0997a8..000000000
--- a/nuttx/examples/thttpd/content/style.css
+++ /dev/null
@@ -1,80 +0,0 @@
-h1
-{
- text-align: center;
- font-size:14pt;
- font-family:arial,helvetica;
- font-weight:bold;
- padding:10px;
-}
-
-body
-{
- background-color: #fffeec;
- color:black;
- font-size:8pt;
- font-family:arial,helvetica;
-}
-
-.menu
-{
- margin: 4px;
- width:60%;
- padding:2px;
- border: solid 1px;
- background-color: #fffcd2;
- text-align:left;
- font-size:9pt;
- font-family:arial,helvetica;
-}
-
-div.menubox
-{
- width: 25%;
- border: 0;
- float: left;
- text-align: center;
-}
-
-.contentblock
-{
- margin: 4px;
- width:60%;
- padding:2px;
- border: 1px dotted;
- background-color: white;
- font-size:8pt;
- font-family:arial,helvetica;
-}
-
-p.intro
-{
- margin-left:20px;
- margin-right:20px;
- font-size:10pt;
- font-family:arial,helvetica;
-}
-
-p.clink
-{
- font-size:12pt;
- font-family:courier,monospace;
- text-align:center;
-}
-
-p.clink9
-{
- font-size:9pt;
- font-family:courier,monospace;
- text-align:center;
-}
-
-p
-{
- padding-left:10px;
-}
-
-p.right
-{
- text-align:right;
-}
-