From cfinck@svn.reactos.org Sat Dec 13 23:44:57 2008 From: cfinck@svn.reactos.org To: ros-diffs@reactos.org Subject: [ros-diffs] [cfinck] 38054: - Remove wrong uses of addslashes() from getbuilds. These calls are not needed anymore since r32649. - Remove an unused style selector from "menu.css". Date: Sat, 13 Dec 2008 21:37:43 +0000 Message-ID: <20081213224510.6557C989A2@mail.reactos.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3482190783928746336==" --===============3482190783928746336== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: cfinck Date: Sat Dec 13 15:37:42 2008 New Revision: 38054 URL: http://svn.reactos.org/svn/reactos?rev=3D38054&view=3Drev Log: - Remove wrong uses of addslashes() from getbuilds. These calls are not needed anymore since r32649. - Remove an unused style selector from "menu.css". Modified: trunk/web/reactos.org/htdocs/getbuilds/index.php trunk/web/reactos.org/htdocs/shared/css/menu.css Modified: trunk/web/reactos.org/htdocs/getbuilds/index.php URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuild= s/index.php?rev=3D38054&r1=3D38053&r2=3D38054&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/web/reactos.org/htdocs/getbuilds/index.php [iso-8859-1] (original) +++ trunk/web/reactos.org/htdocs/getbuilds/index.php [iso-8859-1] Sat Dec 13 = 15:37:42 2008 @@ -110,19 +110,19 @@
- + - +
: : - 3D"<"" onclick=3D"PrevRev();">=20 + 3D"<"" onclick=3D"PrevRev();">=20 " size= =3D"12" onkeyup=3D"CheckRevNum(this);">=20 - 3D">"" onclick=3D"NextRev();">
+ 3D">"" onclick=3D"NextRev();">
=09 - 3D"INFO:" + 3D"INFO:"
: : Debug = Boot CDs=20 Debug = Live CDs=20 @@ -133,10 +133,10 @@
=09
- " /> + " /> =09 - 3D"" ... + 3D"" ...
=09 @@ -144,14 +144,14 @@ - - - + + + - Modified: trunk/web/reactos.org/htdocs/shared/css/menu.css URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/c= ss/menu.css?rev=3D38054&r1=3D38053&r2=3D38054&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/web/reactos.org/htdocs/shared/css/menu.css [iso-8859-1] (original) +++ trunk/web/reactos.org/htdocs/shared/css/menu.css [iso-8859-1] Sat Dec 13 = 15:37:42 2008 @@ -13,15 +13,6 @@ background-color: #5984C3; padding: 0px 0px 1px 10px; margin-top: 0; -} - -.contentSmallTitle { - font-size: 14px; - font-weight: bold; - color: white; - background-color: #5984C3; - padding: 0px 0px 1px 10px; - margin-bottom: 3px; } =20 h1 a { --===============3482190783928746336==--
... + ...