Skip to content

Instantly share code, notes, and snippets.

View flaviaza's full-sized avatar

Flavia Ibañez flaviaza

  • Boston, Massachussetts
View GitHub Profile
<div class="webkit" style="max-width: 600px; margin: 0 auto;">
<table class="outer"
style="border-spacing: 0; font-family: Helvetica, sans-serif; color: #676767; font-size: 16px; margin: 0 auto; width: 100%; max-width: 600px;"
width="100%" align="center">
<tbody>
<tr>
<td style="padding: 0; width: 100%; max-width: 600px; height: 80px; background-color: #29507c; text-align: center; vertical-align: middle;"
align="center" bgcolor="#29507c" width="100%" height="80"><img style="border: 0;" title="logo-name"
src="https://s3.amazonaws.com/fincura-resources/email-images/logo-blue-bg.png" alt="logo-name"
width="158" height="20" /></td>
@flaviaza
flaviaza / SassMeister-input.scss
Created May 2, 2014 21:49
Generated by SassMeister.com.
// ----
// Sass (v3.3.6)
// Compass (v1.0.0.alpha.18)
// ----
body > .container {
margin-bottom: 90px;
}
[data-page="DocumentsDashboard"]{
.daterangepicker.dropdown-menu {
@flaviaza
flaviaza / README.txt
Created September 21, 2012 18:08 — forked from i-scorpion/README.txt
Twitter bootstrap fixed table header using jQuery
Here is a simple jQuery plugin to make a table header fixed on top of a div when this is scrolled.
Using the code from twitter bootstrap documentation page, this code is customized for table header.
Create the table with following layout -
<div class="row fixed-table">
<div class="table-content">
<table class="table table-striped table-fixed-header" id="mytable">
<thead class="header">
<tr>
<th>Email Address</th>