Organize images

This commit is contained in:
Erik Michaels-Ober 2011-02-25 14:27:21 -05:00
parent 5ae68cc520
commit a64b78301b
8 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<div id="map_canvas"> <div id="map_canvas">
</div> </div>
<div id="sidebar"> <div id="sidebar">
<img id="boston-logo" src="images/boston-logo.png"> <img id="boston-logo" src="images/logos/boston.png" alt="City of Boston" title="City of Boston" />
<img id="cert-logo" src="images/cert-logo.png"> <img id="cert-logo" src="images/logos/cert.png" alt="Community Emergency Response Team" title="Community Emergency Response Team" />
<img id="cfa-logo" src="images/cfa-logo.png"> <img id="cfa-logo" src="images/logos/cfa.png" alt="Code for America" title="Code for America" />
<h1>Adopt a Hydrant</h1> <h1>Adopt a Hydrant</h1>
<p> <p>
Take responsibility for shoveling out a fire hydrant after it snows. Take responsibility for shoveling out a fire hydrant after it snows.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

BIN
public/images/logos/cfa.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -12,14 +12,14 @@ body {
#map_canvas { #map_canvas {
float: left; float: left;
height: 100%; height: 100%;
width: 70%; width: 75%;
} }
#sidebar { #sidebar {
float: left; float: left;
height: 100%; height: 100%;
text-align: center; text-align: center;
width: 30%; width: 25%;
overflow: hidden; overflow: hidden;
} }