aboutsummaryrefslogtreecommitdiffstats
path: root/longbow/documentation/stylesheet.css
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-01-24 17:52:53 +0100
committerMauro Sardara <msardara@cisco.com>2019-01-24 17:52:53 +0100
commitc07ad72f016930e2aba6471d0e2e9625b935bf9a (patch)
tree03aa7b7c737a7a70321ef25d67c2fbd892cd76db /longbow/documentation/stylesheet.css
parent9fc2b9ec49c54ec2d5f0164bbedc1c78732c464c (diff)
Remove cframework files from master
Change-Id: I02f17ede1cf97986a8b8852ed6d6a28fc016f590 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'longbow/documentation/stylesheet.css')
-rw-r--r--longbow/documentation/stylesheet.css47
1 files changed, 0 insertions, 47 deletions
diff --git a/longbow/documentation/stylesheet.css b/longbow/documentation/stylesheet.css
deleted file mode 100644
index fb5cda7c..00000000
--- a/longbow/documentation/stylesheet.css
+++ /dev/null
@@ -1,47 +0,0 @@
-body {
- xbackground-color: #111111;
- xcolor: white;
- margin: 0;
- padding: 11% 11% 0 11%;
-}
-
-xdiv#top {
- margin: 0 11% 0 11%;
- padding: 4em 3% 4em 3%;
- background-color: white;
- color: black;
- border-radius: 8px;
-}
-
-xdiv.header {
- margin: 0 11% 0 11%;
- padding: 4em 3% 4em 3%;
- background-color: grey;
- color: black;
- border-radius: 8px;
-}
-
-div.contents {
- xbackground-image: url(noise_gradient.jpg);
- xbackground-repeat: no-repeat;
- /*margin: 0 11% 0 11%;*/
- /*padding: 4em 3% 4em 3%;*/
-/* background-color: white;*/
- xcolor: white;
- xborder-radius: 8px;
-}
-
-x#titlearea {
- border: 2px solid red;
- background-color: white;
- color: black;
-}
-
-xhr.footer {
- display: none;
-}
-
-x.footer {
- background-color: #AAA;
- color: black;
-}