Merge change Ia3f2b98b

* changes:
  Cosmetic fixes in css/js
This commit is contained in:
Android Code Review
2009-11-09 16:13:28 -08:00
3 changed files with 3 additions and 11 deletions

View File

@@ -1238,10 +1238,4 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
table, img { table, img {
page-break-inside: avoid; page-break-inside: avoid;
} }
/* #qv,
#qv-wrapper {
display:none;
}
*/
} }

View File

@@ -83,7 +83,7 @@ function buildCarousel() {
/* add the bulletins */ /* add the bulletins */
var layout = droid.layout; var layout = droid.layout;
var div = document.createElement("div"); var div = document.createElement("div");
var imgDiv = document.createElement("div"); var imgDiv = document.createElement("div");
var descDiv = document.createElement("div"); var descDiv = document.createElement("div");
@@ -112,9 +112,6 @@ function buildCarousel() {
$("#carouselMain").append(div); $("#carouselMain").append(div);
} }
} }
// -- * slider * -- // // -- * slider * -- //

View File

@@ -28,3 +28,4 @@ def:custom_masthead() ?>
<?cs # appears on the side of the page ?> <?cs # appears on the side of the page ?>
<?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?> <?cs def:custom_left_nav() ?><?cs call:default_left_nav() ?><?cs /def ?>