1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
This commit is contained in:
danbrown
2013-09-25 16:34:05 -04:00
2 changed files with 2 additions and 17 deletions

16
styles/bootstrap.css vendored
View File

@@ -83,22 +83,6 @@ sup {
sub {
bottom: -0.25em;
}
img {
/* Responsive images (ensure images don't scale beyond their parents) */
max-width: 100%;
/* Part 1: Set a maxium relative to the parent */
width: auto\9;
/* IE7-8 need help adjusting responsive images */
height: auto;
/* Part 2: Scale the height according to the width, otherwise you get stretching */
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
max-width: none;

View File

@@ -195,7 +195,8 @@ hr {
margin-right:.75em;
}
.navbar .brand img {
padding:4px 0 2px;
padding:4px 0 0;
margin-bottom:-1px;
opacity:.75;
}
.navbar a {