Update of /cvsroot/openbash-org/openbash-org/css
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17670/css
Modified Files:
styles.css
Log Message:
Partida por la mitad la página principal
Index: styles.css
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/css/styles.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** styles.css 5 Aug 2004 18:25:21 -0000 1.7
--- styles.css 19 Aug 2004 17:35:05 -0000 1.8
***************
*** 116,117 ****
--- 116,134 ----
}
.topnum {font-family: arial, helvetica, sans-serif; color: #000000;}
+
+ div.general {
+ width: 100%;
+ height: 100%;
+ }
+
+ .general_left {
+ width: 50%;
+ height: 100%;
+ float: left;
+ }
+
+ .general_right {
+ width: 50%;
+ height: 100%;
+ float: right;
+ }
|