Skip to content

Instantly share code, notes, and snippets.

@arunmdavid
arunmdavid / dabblet.css
Last active August 29, 2015 14:12 — forked from anonymous/dabblet.css
Untitled
l>
@arunmdavid
arunmdavid / dabblet.css
Last active August 29, 2015 14:11 — forked from anonymous/dabblet.css
Untitled
l>
@arunmdavid
arunmdavid / dabblet.css
Last active August 29, 2015 14:11 — forked from anonymous/dabblet.css
Untitled
l>
@arunmdavid
arunmdavid / dabblet.css
Last active August 29, 2015 14:11
Untitled
.block{
background:#f00;
}
.block2{
background:#00f;
}
.clear{
clear:both;
}
.sub{
@arunmdavid
arunmdavid / dabblet.css
Created January 13, 2014 11:40
Job search result
/**
* Job search result
*/
.search-result-job-contact{
font-weight:nornal;margin-top:5px;color:#2d6ca2;
display:none;
}
.header-outer{
background-color:#eee;
@arunmdavid
arunmdavid / dabblet.css
Created January 13, 2014 04:58
Job search
/**
* Job search
*/
.main-container{
margin-top:100px;
}
.form-group {
margin-bottom: 20px;
}
@arunmdavid
arunmdavid / map-search-layout.html
Created September 30, 2013 12:03
Map search layout skeleton
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<style>
#map-canvas {margin: 0; padding: 0;height: 100%; }
</style>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script>
var map;
@arunmdavid
arunmdavid / example.js
Created September 24, 2013 04:43
Welcome to your first Gist! Gists are simple code reminders. Whenever you come across a piece of code you think might be useful later on, save it as a Gist. With GistBox, you can also tag the Gist with a label. This is especially useful for keeping them organized by language, project or purpose. For more info about GistBox, visit: http://www.gi…
// log an object to the browser console
console.log({ text: "foobar" });