To fetch a branch, you simply need to:
git fetch origin
This will fetch all of the remote branches for you. With the remote branches in hand, you now need to check out the branch you are interested in, giving you a local working copy:
//Images sprite | |
//Background definition | |
@img-sprite: '../images/image-sprite.png'; | |
//Main Class | |
.imgsprite { | |
background: url(@img-sprite) no-repeat 0 0 scroll transparent; | |
border:0; | |
display:block; | |
overflow:hidden; |
<!doctype html> | |
<html lang="es"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
<style> | |
.videoWrapper { | |
position: relative; | |
padding-bottom: 56.25%; /* 16:9 */ | |
padding-top: 25px; |
<!DOCTYPE html> | |
<!--[if IE 7]> | |
<html class="ie ie7" lang="es-ES"> | |
<![endif]--> | |
<!--[if IE 8]> | |
<html class="ie ie8" lang="es-ES"> | |
<![endif]--> | |
<!--[if !(IE 7) | !(IE 8) ]><!--> | |
<html lang="es-ES"> | |
<!--<![endif]--> |
Fix to iOS iframe height issue | |
<iframe id="stupid-iframe" height="200" src="a-file.html"></iframe> | |
<html> | |
<body> | |
<div class="iframe-wrapper" style="width: 100%; height: 200px; overflow: auto; -webkit-overflow-scrolling: touch;"> | |
</div> | |
</body> |
Joomal Extensions | |
☐ Xmap: Sitemap | |
☐ Gantry: framework | |
☐ Languaje Pack | |
☐ Image Show Gk | |
☐ RockBox | |
☐ Tabs GK | |
☐ Social GK |
<!-- Open Graph (Facebook) --> | |
<meta property="og:title" content="Title" /> | |
<meta property="og:description" content="Description" /> | |
<meta property="og:type" content="website" /> | |
<meta property="og:url" content="http://dominio.com/" /> | |
<meta property="og:image" content="http://dominio.com/images/logo.jpg" /> |
# remove "www" | |
RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC] | |
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L] | |
# Redirect to the Joomla root folder | |
RewriteCond %{HTTP_HOST} ^(www\.)?domain\.com$ [NC] | |
RewriteRule ^(index\.html)?$ http://domain.com/subfolder/ [R=301] | |
# Only apply to URLs on this domain | |
RewriteCond %{HTTP_HOST} ^(www\.)?domain\.com$ |
Launchlist | |
☐ All text free from spelling errors? | |
☐ Content has been placed consistently? | |
☐ Page & Content formatting has been tested? | |
☐ Print stylesheet exists and tested? | |
☐ Meta data has been included and is appropriate? | |
☐ Page titles are descriptive and SEO friendly? | |
☐ Images have appropriate alt text? | |
☐ Title attributes are appropriate and SEO friendly? | |
☐ Favicon has been created and displays correctly? |
☐ WP Plugins list | |
☐ Gantry Template Framework | |
☐ SEO Ultimate | |
☐ Weptile Image Slider | |
☐ WP Lightbox 2 | |
☐ XML Sitemap & Google News Feeds | |
☐ Easy WP SMTP | |
☐ W3 Total Cache | |
☐ Contact Formhttp://contactform7.com/ |