This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css" media="screen"> | |
.gr_grid_container { | |
/* customize grid container div here. eg: width: 500px; */ | |
} | |
.gr_grid_book_container { | |
/* customize book cover container div here */ | |
float: left; | |
width: 98px; | |
height: 160px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(function() { | |
// apply your matchHeight on DOM ready | |
// apply matchHeight to each item container's items | |
jQuery('.product_item_inner').each(function() { | |
jQuery(this).children('.product_item_excerpt').matchHeight({ | |
byRow: true | |
}); | |
}); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New Styles | |
/**Custom styles for the king estate winery**/ | |
body { | |
background-color: #f7f7f5 !important; | |
color: #8e6a02 !important; | |
} | |
.nav-tabs>li.active>a { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 1025px) { | |
.wrap > .title-area.show > .site-title > a { | |
min-height: 50px; | |
width: 100%; | |
background: url(https://www.sandiegooralsurgery.com/wp-content/uploads/ALOS-Logos-Retna-Lft.png) no-repeat left top !important; | |
background-size: 150px 50px !important; | |
background-position: left center !important; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="button secondary_color" style="margin-top: 2.5rem; border-radius: 0px; font-size: 2.5rem; opacity: 0.8;" href="/academicadvantage">Academic Advantage</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container cta cta-desktop-section text-light "> | |
<br class="spacer20"> | |
<div class="row hidden-xs hidden-sm hidden-md"> | |
<div class="col-lg-5 col-md-12 col-md-offset-0"> | |
<h2 class="col-lg-12">Our Patients </h2> | |
<p class="col-lg-12">Save some time when you come in. Register for your appointment online.</p> | |
<ul class="saved-buttons-list"> | |
<li class="col-md-6 col-sm-6"><a target="_blank" href="https://secureform.seamlessdocs.com/f/cbomsreg/" class="type3"><button type="button" class="btn-md pri ">Registration</button></a></li> | |
</ul> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
function getScreenSize() { | |
// in pixels | |
if ( screen.width < 500 || screen.height < 500) | |
window.open('fb://profile/200219143348942') | |
} | |
</script> | |
<strong>Where would you like to review us?</strong> | |
<br><br> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Command: bash deploy.sh | |
Handling node.js deployment. | |
KuduSync.NET from: 'D:\home\site\repository' to: 'D:\home\site\wwwroot' | |
Copying file: 'scm-commit-id.json' | |
Using start-up script server.js from package.json. | |
Node.js versions available on the platform are: 0.6.20, 0.8.2, 0.8.19, 0.8.26, 0.8.27, 0.8.28, 0.10.5, 0.10.18, 0.10.21, 0.10.24, 0.10.26, 0.10.28, 0.10.29, 0.10.31, 0.10.32, 0.10.40, 0.12.0, 0.12.2, 0.12.3, 0.12.6, 4.0.0, 4.1.0, 4.1.2, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.3.0, 4.3.2, 4.4.0, 4.4.1, 4.4.6, 4.4.7, 4.5.0, 4.6.0, 4.6.1, 4.8.4, 5.0.0, 5.1.1, 5.3.0, 5.4.0, 5.5.0, 5.6.0, 5.7.0, 5.7.1, 5.8.0, 5.9.1, 6.0.0, 6.1.0, 6.2.2, 6.3.0, 6.5.0, 6.6.0, 6.7.0, 6.9.0, 6.9.1, 6.9.2, 6.9.4, 6.9.5, 6.10.0, 6.10.3, 6.11.1, 6.11.2, 6.11.5, 6.12.2, 6.12.3, 7.0.0, 7.1.0, 7.2.0, 7.3.0, 7.4.0, 7.5.0, 7.6.0, 7.7.0, 7.7.4, 7.10.0, 7.10.1, 8.0.0, 8.1.4, 8.4.0, 8.5.0, 8.7.0, 8.8.0, 8.8.1, 8.9.0, 8.9.3, 8.9.4, 8.10.0, 8.11.1, 10.0.0, 10.6.0. | |
Selected node.js version 8.9.4. Use package.json file to choose a different version. | |
Se |
NewerOlder