Regenerate application.css without Compass line comments

This commit is contained in:
Josh McArthur 2012-03-12 23:40:06 +13:00
parent 5233db0bb5
commit cee3ed232f

View File

@ -1,4 +1,3 @@
/* line 17, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, a, abbr, acronym, address, big, cite, code,
@ -20,56 +19,46 @@ time, mark, audio, video {
vertical-align: baseline; vertical-align: baseline;
} }
/* line 20, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body { body {
line-height: 1; line-height: 1;
} }
/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul { ol, ul {
list-style: none; list-style: none;
} }
/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td { caption, th, td {
text-align: left; text-align: left;
font-weight: normal; font-weight: normal;
vertical-align: middle; vertical-align: middle;
} }
/* line 28, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote { q, blockquote {
quotes: none; quotes: none;
} }
/* line 101, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after { q:before, q:after, blockquote:before, blockquote:after {
content: ""; content: "";
content: none; content: none;
} }
/* line 30, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img { a img {
border: none; border: none;
} }
/* line 114, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block; display: block;
} }
/* line 4, application.sass */
html, body { html, body {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
/* line 8, application.sass */
body { body {
display: -moz-box; display: -moz-box;
display: -webkit-box; display: -webkit-box;
@ -84,36 +73,29 @@ body {
font-size: 12px; font-size: 12px;
font-family: Helvetica, sans-serif; font-family: Helvetica, sans-serif;
} }
/* line 53, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
body body { body body {
font-size: 75%; font-size: 75%;
line-height: 2em; line-height: 2em;
} }
/* line 57, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
body html > body { body html > body {
font-size: 12px; font-size: 12px;
} }
/* line 17, application.sass */
body.iframe { body.iframe {
background: white; background: white;
} }
/* line 20, application.sass */
body.iframe h1 { body.iframe h1 {
font-size: 1.3em; font-size: 1.3em;
margin: 12px; margin: 12px;
} }
/* line 23, application.sass */
body.iframe p, body.iframe form { body.iframe p, body.iframe form {
margin: 0 12px 12px 12px; margin: 0 12px 12px 12px;
line-height: 1.25; line-height: 1.25;
} }
/* line 26, application.sass */
body.iframe .loading { body.iframe .loading {
color: #666666; color: #666666;
margin-left: 0.5em; margin-left: 0.5em;
} }
/* line 30, application.sass */
.button { .button {
padding: 0.5em 1em; padding: 0.5em 1em;
border: 1px solid #cccccc; border: 1px solid #cccccc;
@ -133,7 +115,6 @@ body.iframe .loading {
text-shadow: 1px 1px 0 white; text-shadow: 1px 1px 0 white;
text-decoration: none; text-decoration: none;
} }
/* line 38, application.sass */
.button:hover, .button:focus { .button:hover, .button:focus {
border-color: #999999; border-color: #999999;
border-bottom-color: #666666; border-bottom-color: #666666;
@ -146,7 +127,6 @@ body.iframe .loading {
color: #333333; color: #333333;
text-decoration: none; text-decoration: none;
} }
/* line 44, application.sass */
.button:active, .button.active { .button:active, .button.active {
border-color: #666666; border-color: #666666;
border-bottom-color: #999999; border-bottom-color: #999999;
@ -161,13 +141,11 @@ body.iframe .loading {
text-shadow: -1px -1px 0 #eeeeee; text-shadow: -1px -1px 0 #eeeeee;
} }
/* line 52, application.sass */
body > header { body > header {
overflow: hidden; overflow: hidden;
*zoom: 1; *zoom: 1;
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
} }
/* line 55, application.sass */
body > header h1 { body > header h1 {
float: left; float: left;
margin-left: 6px; margin-left: 6px;
@ -177,7 +155,6 @@ body > header h1 {
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
} }
/* line 63, application.sass */
body > header h1 a { body > header h1 a {
color: black; color: black;
text-decoration: none; text-decoration: none;
@ -187,32 +164,25 @@ body > header h1 a {
-o-transition: 0.1s ease; -o-transition: 0.1s ease;
transition: 0.1s ease; transition: 0.1s ease;
} }
/* line 68, application.sass */
body > header h1 a:hover { body > header h1 a:hover {
color: #4183c4; color: #4183c4;
} }
/* line 70, application.sass */
body > header nav { body > header nav {
border-left: 1px solid #cccccc; border-left: 1px solid #cccccc;
} }
/* line 71, application.sass */
body > header nav.project { body > header nav.project {
float: left; float: left;
} }
/* line 73, application.sass */
body > header nav.app { body > header nav.app {
float: right; float: right;
} }
/* line 76, application.sass */
body > header nav li { body > header nav li {
display: inline; display: inline;
} }
/* line 78, application.sass */
body > header nav li input { body > header nav li input {
float: left; float: left;
margin: 6px; margin: 6px;
} }
/* line 81, application.sass */
body > header nav li a { body > header nav li a {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
@ -235,11 +205,9 @@ body > header nav li a {
text-shadow: 1px 1px 0 white; text-shadow: 1px 1px 0 white;
text-decoration: none; text-decoration: none;
} }
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
body > header nav li a { body > header nav li a {
*display: inline; *display: inline;
} }
/* line 93, application.sass */
body > header nav li a:hover, body > header nav li a:focus { body > header nav li a:hover, body > header nav li a:focus {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)), #dddddd; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)), #dddddd;
background: -webkit-linear-gradient(#eeeeee, #dddddd), #dddddd; background: -webkit-linear-gradient(#eeeeee, #dddddd), #dddddd;
@ -250,7 +218,6 @@ body > header nav li a:hover, body > header nav li a:focus {
color: #333333; color: #333333;
text-decoration: none; text-decoration: none;
} }
/* line 97, application.sass */
body > header nav li a:active, body > header nav li a.active { body > header nav li a:active, body > header nav li a.active {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee)), #eeeeee; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee)), #eeeeee;
background: -webkit-linear-gradient(#dddddd, #eeeeee), #eeeeee; background: -webkit-linear-gradient(#dddddd, #eeeeee), #eeeeee;
@ -263,7 +230,6 @@ body > header nav li a:active, body > header nav li a.active {
text-shadow: -1px -1px 0 #eeeeee; text-shadow: -1px -1px 0 #eeeeee;
} }
/* line 103, application.sass */
#messages { #messages {
width: 100%; width: 100%;
height: 10em; height: 10em;
@ -272,25 +238,21 @@ body > header nav li a:active, body > header nav li a.active {
background: white; background: white;
border-top: 1px solid white; border-top: 1px solid white;
} }
/* line 111, application.sass */
#messages table { #messages table {
overflow: hidden; overflow: hidden;
*zoom: 1; *zoom: 1;
width: 100%; width: 100%;
} }
/* line 114, application.sass */
#messages table thead tr { #messages table thead tr {
background: #eeeeee; background: #eeeeee;
color: #333333; color: #333333;
} }
/* line 117, application.sass */
#messages table thead tr th { #messages table thead tr th {
padding: 0.25em; padding: 0.25em;
font-weight: bold; font-weight: bold;
color: #666666; color: #666666;
text-shadow: 0 1px 0 white; text-shadow: 0 1px 0 white;
} }
/* line 122, application.sass */
#messages table tbody tr { #messages table tbody tr {
cursor: pointer; cursor: pointer;
-moz-transition: 0.1s ease; -moz-transition: 0.1s ease;
@ -299,41 +261,33 @@ body > header nav li a:active, body > header nav li a.active {
transition: 0.1s ease; transition: 0.1s ease;
color: #333333; color: #333333;
} }
/* line 126, application.sass */
#messages table tbody tr:hover { #messages table tbody tr:hover {
color: black; color: black;
} }
/* line 128, application.sass */
#messages table tbody tr:nth-child(even) { #messages table tbody tr:nth-child(even) {
background: #f0f0f0; background: #f0f0f0;
} }
/* line 130, application.sass */
#messages table tbody tr.selected { #messages table tbody tr.selected {
background: Highlight; background: Highlight;
color: HighlightText; color: HighlightText;
} }
/* line 133, application.sass */
#messages table tbody tr td { #messages table tbody tr td {
padding: 0.25em; padding: 0.25em;
} }
/* line 135, application.sass */
#messages table tbody tr td.blank { #messages table tbody tr td.blank {
color: #666666; color: #666666;
font-style: italic; font-style: italic;
} }
/* line 138, application.sass */
#resizer { #resizer {
padding-bottom: 5px; padding-bottom: 5px;
cursor: ns-resize; cursor: ns-resize;
} }
/* line 141, application.sass */
#resizer .ruler { #resizer .ruler {
border-top: 1px solid #cccccc; border-top: 1px solid #cccccc;
border-bottom: 1px solid white; border-bottom: 1px solid white;
} }
/* line 145, application.sass */
#message { #message {
display: -moz-box; display: -moz-box;
display: -webkit-box; display: -webkit-box;
@ -348,23 +302,19 @@ body > header nav li a:active, body > header nav li a.active {
-ms-box-flex: 1; -ms-box-flex: 1;
box-flex: 1; box-flex: 1;
} }
/* line 149, application.sass */
#message > header { #message > header {
overflow: hidden; overflow: hidden;
*zoom: 1; *zoom: 1;
} }
/* line 151, application.sass */
#message > header .metadata { #message > header .metadata {
overflow: hidden; overflow: hidden;
*zoom: 1; *zoom: 1;
padding: 0.5em; padding: 0.5em;
padding-top: 0; padding-top: 0;
} }
/* line 156, application.sass */
#message > header .metadata dt, #message > header .metadata dd { #message > header .metadata dt, #message > header .metadata dd {
padding: 0.25em; padding: 0.25em;
} }
/* line 158, application.sass */
#message > header .metadata dt { #message > header .metadata dt {
float: left; float: left;
clear: left; clear: left;
@ -375,19 +325,15 @@ body > header nav li a:active, body > header nav li a.active {
color: #666666; color: #666666;
text-shadow: 0 1px 0 white; text-shadow: 0 1px 0 white;
} }
/* line 167, application.sass */
#message > header .metadata dd.subject { #message > header .metadata dd.subject {
font-weight: bold; font-weight: bold;
} }
/* line 169, application.sass */
#message > header .metadata .attachments { #message > header .metadata .attachments {
display: none; display: none;
} }
/* line 171, application.sass */
#message > header .metadata .attachments ul { #message > header .metadata .attachments ul {
display: inline; display: inline;
} }
/* line 173, application.sass */
#message > header .metadata .attachments ul li { #message > header .metadata .attachments ul li {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
@ -396,16 +342,13 @@ body > header nav li a:active, body > header nav li a.active {
*vertical-align: auto; *vertical-align: auto;
margin-right: 0.5em; margin-right: 0.5em;
} }
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#message > header .metadata .attachments ul li { #message > header .metadata .attachments ul li {
*display: inline; *display: inline;
} }
/* line 177, application.sass */
#message > header .views ul { #message > header .views ul {
padding: 0 0.5em; padding: 0 0.5em;
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
} }
/* line 180, application.sass */
#message > header .views .tab { #message > header .views .tab {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
@ -413,11 +356,9 @@ body > header nav li a:active, body > header nav li a.active {
vertical-align: middle; vertical-align: middle;
*vertical-align: auto; *vertical-align: auto;
} }
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#message > header .views .tab { #message > header .views .tab {
*display: inline; *display: inline;
} }
/* line 182, application.sass */
#message > header .views .tab a { #message > header .views .tab a {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
@ -433,15 +374,12 @@ body > header nav li a:active, body > header nav li a.active {
text-shadow: 0 1px 0 #eeeeee; text-shadow: 0 1px 0 #eeeeee;
text-decoration: none; text-decoration: none;
} }
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#message > header .views .tab a { #message > header .views .tab a {
*display: inline; *display: inline;
} }
/* line 192, application.sass */
#message > header .views .tab:not(.selected):hover a { #message > header .views .tab:not(.selected):hover a {
background-color: #eeeeee; background-color: #eeeeee;
} }
/* line 194, application.sass */
#message > header .views .tab.selected a { #message > header .views .tab.selected a {
background: white; background: white;
color: black; color: black;
@ -453,7 +391,6 @@ body > header nav li a:active, body > header nav li a.active {
margin-bottom: -2px; margin-bottom: -2px;
cursor: default; cursor: default;
} }
/* line 201, application.sass */
#message > header .views .action { #message > header .views .action {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
@ -463,28 +400,22 @@ body > header nav li a:active, body > header nav li a.active {
float: right; float: right;
margin: 0 0.25em; margin: 0 0.25em;
} }
/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p0-falcon@mailcatcher/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#message > header .views .action { #message > header .views .action {
*display: inline; *display: inline;
} }
/* line 206, application.sass */
.fractal-analysis { .fractal-analysis {
margin: 12px 0; margin: 12px 0;
} }
/* line 208, application.sass */
.fractal-analysis .report-intro { .fractal-analysis .report-intro {
font-weight: bold; font-weight: bold;
} }
/* line 210, application.sass */
.fractal-analysis .report-intro.valid { .fractal-analysis .report-intro.valid {
color: #009900; color: #009900;
} }
/* line 212, application.sass */
.fractal-analysis .report-intro.invalid { .fractal-analysis .report-intro.invalid {
color: #cc3333; color: #cc3333;
} }
/* line 214, application.sass */
.fractal-analysis code { .fractal-analysis code {
font-family: Monaco, "Courier New", Courier, monospace; font-family: Monaco, "Courier New", Courier, monospace;
background-color: #f8f8ff; background-color: #f8f8ff;
@ -492,39 +423,31 @@ body > header nav li a:active, body > header nav li a.active {
padding: 0 0.2em; padding: 0 0.2em;
border: 1px solid #dedede; border: 1px solid #dedede;
} }
/* line 220, application.sass */
.fractal-analysis ul { .fractal-analysis ul {
margin: 1em 0 1em 1em; margin: 1em 0 1em 1em;
list-style-type: square; list-style-type: square;
} }
/* line 223, application.sass */
.fractal-analysis ol { .fractal-analysis ol {
margin: 1em 0 1em 2em; margin: 1em 0 1em 2em;
list-style-type: decimal; list-style-type: decimal;
} }
/* line 226, application.sass */
.fractal-analysis ul li, .fractal-analysis ol li { .fractal-analysis ul li, .fractal-analysis ol li {
display: list-item; display: list-item;
margin: 0.5em 0 0.5em 1em; margin: 0.5em 0 0.5em 1em;
} }
/* line 230, application.sass */
.fractal-analysis .error-intro strong { .fractal-analysis .error-intro strong {
font-weight: bold; font-weight: bold;
} }
/* line 233, application.sass */
.fractal-analysis .unsupported-clients dt { .fractal-analysis .unsupported-clients dt {
padding-left: 1em; padding-left: 1em;
} }
/* line 235, application.sass */
.fractal-analysis .unsupported-clients dd { .fractal-analysis .unsupported-clients dd {
padding-left: 2em; padding-left: 2em;
} }
/* line 238, application.sass */
.fractal-analysis .unsupported-clients dd ul li { .fractal-analysis .unsupported-clients dd ul li {
display: list-item; display: list-item;
} }
/* line 241, application.sass */
iframe { iframe {
display: -moz-box; display: -moz-box;
display: -webkit-box; display: -webkit-box;