www: ac4fcdb9: Reverted all changes to main.css and mov...

kstange at pidgin.im kstange at pidgin.im
Thu Dec 4 17:36:04 EST 2008


-----------------------------------------------------------------
Revision: ac4fcdb97ec2bd1056f48fdcf3bd670559265f2e
Ancestor: 97e4dfaf01d97be5d3baa76523901adc3eb57ac7
Author: kstange at pidgin.im
Date: 2008-12-04T22:32:04
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/ac4fcdb97ec2bd1056f48fdcf3bd670559265f2e

Added files:
        htdocs/shared/img/balloon.middle.notalk.gif
Modified files:
        htdocs/shared/css/ie6.css htdocs/shared/css/main.css
Modified attrs:
        htdocs/shared/img/balloon.middle.notalk.gif

ChangeLog: 

Reverted all changes to main.css and moved browser-specific changes for 
IE6 to ie6.css.  Modified the "talk bubble" to not be a talk bubble on
other pages.

applied partial changes from 97e4dfaf01d97be5d3baa76523901adc3eb57ac7
                     through 73a9c9ac9a8a545a3c4c628891ddd305fcb75e85

-------------- next part --------------
============================================================
# htdocs/shared/img/balloon.middle.notalk.gif is binary
============================================================
--- htdocs/shared/css/ie6.css	a0ed43327cecb84e9a7fbae50515d96c91bce9b1
+++ htdocs/shared/css/ie6.css	f502ca6b71b3d08138e3cded2c0be6605d3b4964
@@ -39,6 +39,7 @@
   content: "\A0";
   font-size: 1pt;
   background: url('/shared/img/balloon.bottom.png') bottom left;
+  height: 10px;
 }
 
 .box_right {
@@ -61,3 +62,17 @@
   left: 109px;
   top: 151px;
 }
+
+#download a img {
+  padding-bottom: 5px;
+}
+
+#download a {
+  padding-top: 3px;
+  text-decoration: none;
+}
+
+#download a:hover {
+  text-decoration: underline;
+}
+
============================================================
--- htdocs/shared/css/main.css	015224edcad4a3c8e29ab68cecc631178520f569
+++ htdocs/shared/css/main.css	4b2064c89cee5a545e305d1c7da7c95bcc37082f
@@ -283,20 +283,21 @@ a:hover, a:active {
 #download:after {
   content: url('/shared/img/balloon.bottom.png');
   display: block;
-  height: 10px;
+  height: 16px;
   overflow: hidden;
   clear: both;
 }
 
+#download {
+  background: url('/shared/img/balloon.middle.notalk.gif') no-repeat left 17px;
+  width: 268px;
+}
+
 .box_home #download {
   position: absolute;
   left: 101px;
   top: 157px;
-}
-
-#download {
   background: url('/shared/img/balloon.middle.gif') no-repeat left 17px;
-  width: 268px;
 }
 
 #download, .box_download p:first-child {
@@ -315,13 +316,13 @@ a:hover, a:active {
 }
 
 #download a img {
-  padding-bottom: 5px;
+  padding-bottom: 11px;
 }
 
 #download a {
   display: block;
   padding-left: 35px;
-  padding-top: 3px;
+  padding-top: 8px;
 }
 
 #main, #blogbrief, #newsbrief {


More information about the Commits mailing list