windhamdavid 9 years ago
parent
commit
74f6d1f8fc
2 changed files with 10 additions and 7 deletions
  1. 5 6
      page-studio.php
  2. 5 1
      style.css

+ 5 - 6
page-studio.php

@@ -228,17 +228,16 @@
 					<div role="tabpanel" class="tab-pane wow fadeIn" id="art">
 						<div class="col-sm-9">
 							<div class="entry-content">
-								<h4 class="georgia"><em><span class="firstcharacter">L</span>ife doesn't imitate art, it imitates bad television</em> - Woody Allen.<br />I like to paint portraits, landscapes and abstractions in oil, watercolor and gauche. I wish I was able to paint more often and I keep joking with my better half that it's my retirement plan. Compared to my digital work, it's nice knowing that a painting will last several hundred years.</h4>
+								<h4 class="georgia"><em><span class="firstcharacter">L</span>ife doesn't imitate art, it imitates bad television</em> - Woody Allen. I like to paint portraits, landscapes and abstractions in oil, watercolor and gauche. I wish I was able to paint more often and I keep joking with my better half that it's my retirement plan. Compared to my digital work, it's nice knowing that a painting will last several hundred years.</h4>
 							</div>
 						</div>
 						<div class="col-sm-3 studio-tools">		
 							<ul>
-								<li><em>Art Links</em></li>
+								<li><em>Links</em></li>
 								<li><a href="art">Gallery</a></li>
-								<li><a href="art/painting">Paintings</a></li>
-								<li><a href="art/illustration">Illustration</a></li>
-								<li><a href="art/drawing">Drawings</a></li>
-								<li><a href="<?php echo home_url( '/' ); ?>shop/art">For Sale</a></li>
+								<li><a href="art/#painting">Paintings</a></li>
+								<li><a href="art/#illustration">Illustration</a></li>
+								<li><a href="art/#drawing">Drawings</a></li>
 							</ul>
 						</div>
 					</div>

+ 5 - 1
style.css

@@ -1256,10 +1256,14 @@ body.art .site-title a {
 }
 .art-image {
 	border: 10px solid #FFFFFF;
-	max-height: 600px;
+	max-height: 500px;
+	height: auto;
+	width: auto\9; /* ie8 */
 }
 .art-gallery .controls {
 	margin: 300px 0 0;
+	position: relative;
+	bottom: 0;
 }
 .art-gallery .prev-next {
 	margin: 10px 0 10px;