Remove the example for the unobtrusive logo.
This commit is contained in:
parent
8a1433b279
commit
b43b0386ca
@ -1,40 +0,0 @@
|
||||
%html
|
||||
%head
|
||||
%link{ :href => "stylesheets/screen.css", :rel => "stylesheet", :media => "screen", :type => "text/css", :charset => "utf-8" }
|
||||
%body
|
||||
#logo-large
|
||||
%span.selector
|
||||
un
|
||||
%span.brace
|
||||
{
|
||||
%span.rule
|
||||
ob:tru-sive;
|
||||
%span.brace
|
||||
}
|
||||
#logo-medium
|
||||
%span.selector
|
||||
un
|
||||
%span.brace
|
||||
{
|
||||
%span.rule
|
||||
ob:tru-sive;
|
||||
%span.brace
|
||||
}
|
||||
#logo
|
||||
%span.selector
|
||||
un
|
||||
%span.brace
|
||||
{
|
||||
%span.rule
|
||||
ob:tru-sive;
|
||||
%span.brace
|
||||
}
|
||||
#logo-small
|
||||
%span.selector
|
||||
un
|
||||
%span.brace
|
||||
{
|
||||
%span.rule
|
||||
ob:tru-sive;
|
||||
%span.brace
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
/* Welcome to Compass. Use this file to write IE specific override styles.
|
||||
* Import this file using the following HTML or equivalent:
|
||||
* <!--[if IE]>
|
||||
* <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
|
||||
* <![endif]--> */
|
@ -1,3 +0,0 @@
|
||||
/* Welcome to Compass. Use this file to define print styles.
|
||||
* Import this file using the following HTML or equivalent:
|
||||
* <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
|
@ -1,28 +0,0 @@
|
||||
/* Welcome to Compass.
|
||||
* In this file you should write your main styles. (or centralize your imports)
|
||||
* Import this file using the following HTML or equivalent:
|
||||
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
|
||||
|
||||
@import "compass/reset";
|
||||
@import "compass/misc";
|
||||
|
||||
#logo-large,
|
||||
#logo-medium,
|
||||
#logo,
|
||||
#logo-small {
|
||||
text-align: center;
|
||||
margin: {
|
||||
bottom: 40px; }; }
|
||||
|
||||
#logo-large {
|
||||
@include unobtrusive-logo(3em);
|
||||
margin-top: 20px; }
|
||||
|
||||
#logo-medium {
|
||||
@include unobtrusive-logo(2em); }
|
||||
|
||||
#logo {
|
||||
@include unobtrusive-logo; }
|
||||
|
||||
#logo-small {
|
||||
@include unobtrusive-logo(0.5em); }
|
Loading…
Reference in New Issue
Block a user