diff options
author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 07:25:32 +0000 |
---|---|---|
committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 07:25:32 +0000 |
commit | 43e57a42832ea8b4ceb0317f3c9028a4174ffa7b (patch) | |
tree | f5ed9074b8d7b89b2dd5b22d326f63be103e7551 /id.templates/html/css/display.css | |
parent | 10889e9dea2cc2f70b475e6ff7af37fdba1621d9 (diff) | |
download | moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.tar.gz moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.tar.bz2 moa-id-spss-43e57a42832ea8b4ceb0317f3c9028a4174ffa7b.zip |
Adapted project directory structure to suit the new maven based build process.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@909 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.templates/html/css/display.css')
-rw-r--r-- | id.templates/html/css/display.css | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/id.templates/html/css/display.css b/id.templates/html/css/display.css deleted file mode 100644 index fc6da85b0..000000000 --- a/id.templates/html/css/display.css +++ /dev/null @@ -1,52 +0,0 @@ -/* Beispiel Display-Stylesheet */
-
-span.printText {
- font-size:80%;
- margin-left:1em;
- margin-top:-1.2em;
- margin-bottom:1em;
- font-weight:bold;
- float:right
-}
-
-#mainmenu {
- padding-left: 8px
-}
-
-#currentcontext {
- background-color:#eff3ff;
- border-top: 1px solid #76769f;
- border-bottom: 1px solid #76769f;
-}
-
-#contextmenu {
- position: absolute;
- padding-top: 0.5em;
- margin-top: 1em;
- background: #e7e9f6;
- width: 12.5em;
-}
-
-#contextmenubottom {
- padding-top:1em;
- background:white;
- background-image:url(/style/img/mnv.gif);
- background-repeat:repeat-x;
-}
-
-#contentcontainer {
- position: absolute;
- padding: 0px;
- margin-left: 13.5em;
- margin-top: 1em;
- width: 40em;
- text-align: justify;
-}
-
-#content {
- margin-top:0em;
- margin-left:1em;
-}
-
-
-/* #z_location { font-size:80%; margin-left:1em; padding-top:1em; } */
|