Update of /cvsroot/struts-menu/navigator/web/styles
In directory sc8-pr-cvs1:/tmp/cvs-serv11501/web/styles

Modified Files:
        global.css nicetabs.css tabs.css 
Log Message:
cleaned up sample application and added servlet to view source of a JSP

Index: global.css
===================================================================
RCS file: /cvsroot/struts-menu/navigator/web/styles/global.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** global.css  31 Oct 2003 06:39:35 -0000      1.1
--- global.css  31 Oct 2003 09:58:36 -0000      1.2
***************
*** 1,2 ****
--- 1,7 ----
+ body {
+   background: #fff;
+   font: 12px/1.5em Georgia,Serif;
+ }
+ 
  ul.glassList {
      list-style: url(../images/aquadot.jpg) disc outside;
***************
*** 10,12 ****
--- 15,54 ----
  div#header {
      margin-bottom: 0px;
+ }
+ 
+ div#source {
+     padding: 3px;
+     text-align: right;
+     font-weight: bold;
+     padding-right: 10px;
+     position: absolute;
+     width: 135px;
+     top: 0px;
+     right: 0px;
+     z-index: 1000;
+     border-left: 1px solid silver;
+     border-bottom: 1px solid silver;
+     background: #eee;
+ }
+ 
+ body#index div#source {
+     background: none;
+     border: none;
+ }
+ 
+ div#source a {
+     color: green;
+ }
+ 
+ div#footer {
+     border-top: 1px solid #eee;
+     padding: 3px;
+     text-align: center;
+     font-size: 11px;
+ }
+ 
+ div#footer a {
+     font-family: tahoma, arial, sans-serif;
+     text-decoration: none;
+     color: #999;
  }

Index: nicetabs.css
===================================================================
RCS file: /cvsroot/struts-menu/navigator/web/styles/nicetabs.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** nicetabs.css        31 Oct 2003 06:39:35 -0000      1.1
--- nicetabs.css        31 Oct 2003 09:58:36 -0000      1.2
***************
*** 1,11 ****
  body {
!     background:#fff;
!     margin:0;
!     padding:0;
!     color:#000;
!     font:x-small/1.5em Georgia,Serif;
!     voice-family: "\"}\""; voice-family:inherit;
!     font-size:small;
! } html>body {font-size:small;}
  
  #header {
--- 1,13 ----
  body {
!   background:#fff;
!   margin:0;
!   padding:0;
!   color:#000;
!   font:x-small/1.5em Georgia,Serif;
!   voice-family: "\"}\""; voice-family:inherit;
!   font-size:small;
! } 
! 
! html>body {font-size:small;}
  
  #header {
***************
*** 28,32 ****
    padding:0 0 0 9px;
    border-bottom:1px solid #765;
!   }
  #header a {
    float:left;
--- 30,36 ----
    padding:0 0 0 9px;
    border-bottom:1px solid #765;
!   white-space: nowrap;
! }
!   
  #header a {
    float:left;
***************
*** 38,42 ****
    font-weight:bold;
    color:#765;
!   }
  #header > ul a {width:auto;}
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
--- 42,47 ----
    font-weight:bold;
    color:#765;
! }
! 
  #header > ul a {width:auto;}
  /* Commented Backslash Hack hides rule from IE5-Mac \*/

Index: tabs.css
===================================================================
RCS file: /cvsroot/struts-menu/navigator/web/styles/tabs.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tabs.css    31 Oct 2003 06:39:35 -0000      1.1
--- tabs.css    31 Oct 2003 09:58:36 -0000      1.2
***************
*** 7,11 ****
  }
  
! #contents {
      background: #ffffff;
      border: 1px solid #cccccc;
--- 7,11 ----
  }
  
! #content {
      background: #ffffff;
      border: 1px solid #cccccc;




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
struts-menu-devel mailing list
[EMAIL PROTECTED]
https://lists.sf.net/lists/listinfo/struts-menu-devel

Reply via email to