Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: samples/interactive_sampler_assets/styles_ie.css

Issue 3083012: Tidying up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/interactive_sampler_assets/styles.css ('k') | samples/io/ui/io.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/interactive_sampler_assets/styles_ie.css
===================================================================
--- samples/interactive_sampler_assets/styles_ie.css (revision 55159)
+++ samples/interactive_sampler_assets/styles_ie.css (working copy)
@@ -6,7 +6,7 @@
width: 100%;
margin:0pt auto;
max-width:1024px;
- width:expression(
+ width:expression(
document.body.clientWidth > 1024 ?
"1024px":
"auto" );
@@ -26,7 +26,7 @@
/*#footer {
width: 100%;
-
+
}*/
#selectSample {
@@ -232,7 +232,7 @@
}
#lbinner {
- width:expression(
+ width:expression(
document.body.clientWidth > 1100 ?
"1100px":
"auto" );
@@ -247,7 +247,7 @@
}
#googleLogoTD {
- text-align:right;
+ text-align:right;
vertical-align:middle;
}
@@ -281,19 +281,19 @@
background: #D0E4F6 url(interactive_sampler_assets/images/lb_tr.png) no-repeat top right;
}
-.db_top div, .db_top,
+.db_top div, .db_top,
.lb_top div, .lb_top {
height: 5px;
font-size: 1px;
}
.lb_roundedcornr_content,
-.db_roundedcornr_content {
- padding: 0px 10px;
+.db_roundedcornr_content {
+ padding: 0px 10px;
font-size: 80%;
}
.lb_roundedcornr_content {
- background-color: #D0E4F6;
+ background-color: #D0E4F6;
}
.db_roundedcornr_content {
« no previous file with comments | « samples/interactive_sampler_assets/styles.css ('k') | samples/io/ui/io.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698