increased width of getting started div and took away align right on images

This commit is contained in:
Justine Arreche 2013-10-03 19:11:35 -04:00
parent 0b01dd6278
commit b78dec5091
4 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

@ -10,7 +10,7 @@
</p>
<p>
<img src="/images/getting-started/project-switch.png" width="320"/>
<img src="/images/getting-started/project-switch.png" width="600px"/>
</p>
<p>
@ -19,7 +19,7 @@
</p>
<p>
<img src="/images/getting-started/first-build.png" width="320"/>
<img src="/images/getting-started/first-build.png" width="600px"/>
</p>
<p>

View File

@ -1,6 +1,6 @@
#getting-started
width: 500px
margin: 0px auto
width: 600px
margin: 30px 0 0 20px
font-family: 'Source Sans Pro'
p
@ -14,9 +14,9 @@
img
border: 1px solid #ddd
padding: 7px
float: right
margin: 15px
padding: 15px
float: none
margin: 15px 0 15px 0
&.spinner
border: 0px

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 116 KiB