Revision: 40996
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 10, 2011 11:48 by r2cgroup
Initial Code
//This snippet is custom made for use in a TextMate Bundle.
//To appropriately use it, create a TextMate Bundle out of it.
//After that you can assign it it's own shortcuts / key equivalents.
div#${1}-columns {
}
div.${1}-left {
width: 49%;
float: left;
}
div.${1}-right {
width: 49%;
float: right;
}
Initial URL
Initial Description
Initial Title
R2C TextMate Bundle - CSS Columns
Initial Tags
css
Initial Language
HTML