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
html,body{margin:0;padding:0;} | |
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;font-size:100%;line-height:1;font-family:inherit;} | |
table{border-collapse:collapse;border-spacing:0;} | |
ol,ul{list-style:none;} | |
q:before,q:after,blockquote:before,blockquote:after{content:"";} | |
html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;} | |
a:focus{outline:thin dotted;} | |
a:hover,a:active{outline:0;} | |
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;} | |
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;} |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Solar Sound Inc | Entertainment </title> | |
<%= stylesheet_link_tag "application" %> | |
<%= javascript_include_tag "application" %> | |
<%= csrf_meta_tags %> | |
<style type="text/css"> | |
body { | |
padding-top: 60px; |
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
# SQLite version 3.x | |
# gem install sqlite3 | |
# | |
# Ensure the SQLite 3 gem is defined in your Gemfile | |
# gem 'sqlite3' | |
#development: | |
# adapter: sqlite3 | |
# database: db/development.sqlite3 | |
# pool: 5 | |
# timeout: 5000 |
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
Davids-MacBook-Pro:blog daviddotterweich$ git.add | |
-bash: git.add: command not found | |
Davids-MacBook-Pro:blog daviddotterweich$ git. | |
-bash: git.: command not found | |
Davids-MacBook-Pro:blog daviddotterweich$ git. add | |
-bash: git.: command not found | |
Davids-MacBook-Pro:blog daviddotterweich$ git | |
usage: git [--version] [--exec-path[=<path>]] [--html-path] | |
[-p|--paginate|--no-pager] [--no-replace-objects] | |
[--bare] [--git-dir=<path>] [--work-tree=<path>] |