|
From: mdw c. <myd...@li...> - 2001-12-17 09:43:56
|
MyDynaWeb CVS committal
Author : sukria
Project : mydynaweb
Module : htdocs
Dir : mydynaweb/htdocs/templates/deekay
Modified Files:
default.css main.html news.html
Log Message:
some minor bugfixes in the theme
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/deekay/default.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- default.css 2001/12/13 23:08:20 1.1
+++ default.css 2001/12/17 09:43:55 1.2
@@ -11,7 +11,13 @@
}
a:hover {
border: 0px;
+ text-decoration: underline;
}
+
+img {
+ border: 1px solid #000000;
+}
+
pre a {
color: #333333;
text-decoration: none;
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/deekay/main.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- main.html 2001/12/14 11:03:59 1.4
+++ main.html 2001/12/17 09:43:55 1.5
@@ -38,7 +38,7 @@
<tr>
<!-- COLONNE GAUCHE -->
- <td width="150" valign="top">
+ <td width="20%" valign="top">
<div id="bar">
~LINK_BOXES~
~SPONSORS~
@@ -46,12 +46,12 @@
</td>
<!-- CENTRE -->
- <td valign="top">
+ <td valign="top" width="60%">
~CONTENT~
</td>
<!-- COLONNE DROITE -->
- <td width="150" valign="top">
+ <td width="20%" valign="top">
<div id="bar">
~LOGIN~
~SEARCH~
===================================================================
RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/deekay/news.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- news.html 2001/12/13 23:08:20 1.1
+++ news.html 2001/12/17 09:43:55 1.2
@@ -3,7 +3,7 @@
~TEXT~
- <table width="100%"><tr>
+ <table ><tr>
<td align="left">
<font size="-1" color="#777777"><b>·:[ ~NBHIT~ hits - ~NBCOMMENT~ ~COMMENTS~ ]:·</b></font>
</td>
|