www: 0d14501e: Change the id download_new to prominent_...
kstange at pidgin.im
kstange at pidgin.im
Sat Jan 3 17:50:46 EST 2009
-----------------------------------------------------------------
Revision: 0d14501e2741e50adf4ac5215443f32680d5c188
Ancestor: 61a81501872548326d7501fe4372225050687e33
Author: kstange at pidgin.im
Date: 2009-01-03T22:44:49
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/0d14501e2741e50adf4ac5215443f32680d5c188
Modified files:
htdocs/index.php htdocs/shared/css/main.css
htdocs/support/index.php inc/blurb.download_new.inc
ChangeLog:
Change the id download_new to prominent_box which reflects more accurately
how it's used and turn it to a class so it can appear more than once on a
page.
-------------- next part --------------
============================================================
--- htdocs/index.php faa8cd8c609a44c13664a0f88ce8697049d54f4f
+++ htdocs/index.php ea6f3369478b85db6743f0cabff3f0d5aa3e5a80
@@ -33,7 +33,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
<div class="box_home" id="right">
<div id="main">
-<div id="download_new"><strong>
+<div class="prominent_box"><strong>
Current user? Take the <a href="http://www.pidgin.im/survey/index.php?sid=84494">Pidgin user survey</a></strong>
</div>
<br />
============================================================
--- htdocs/shared/css/main.css 58e3732db2c899be92c0330a300f0642b6c399fd
+++ htdocs/shared/css/main.css 9ecc1cc38b2e49fdfcd9ad8ca8da8131a8d9953b
@@ -114,20 +114,13 @@ a:hover, a:active {
}
*/
-#download_new {
+.prominent_box {
padding: 5px 0px 10px 0px;
text-align: center;
border: 1px solid #999;
background-color: #EEE;
}
-#download_new BUTTON {
- font-size: 24px;
- border-style: outset;
- border-width: 3px;
- cursor: pointer;
-}
-
DIV.linkbar {
margin-top: 10px;
}
============================================================
--- htdocs/support/index.php 662b8a839fc1b787a7e792911ff3afdb9ce11d4d
+++ htdocs/support/index.php a5710fffea2fa5efa22976fb536f8bee0e3d0d38
@@ -36,7 +36,7 @@ Chat on IRC: <a onclick="javascript:this
<h1>I have a problem to report</h1>
-<div id="download_new">
+<div class="prominent_box">
<strong>Common issues</strong><br/>
<a href="http://developer.pidgin.im/ticket/7849">Pidgin hangs when closed</a> (Windows/2.5.3)
</div>
============================================================
--- inc/blurb.download_new.inc 39cefd1d47f4288f599f7265127546faeeb5f3b1
+++ inc/blurb.download_new.inc 2241fc566d75f8f6668f1bb750b5cc7bd5d98899
@@ -2,7 +2,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
include($_SERVER['DOCUMENT_ROOT'] . "/../inc/blurb.downloaddetect.inc");
?>
-<div id="download_new">
+<div class="prominent_box">
<form method="get" action="<? echo $download_link; ?>">
<div>
<button type="submit" id="download_link"
More information about the Commits
mailing list