forked from weblab/cornerstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
andrewmbacon
committed
Aug 19, 2015
1 parent
d921ed7
commit be51923
Showing
3 changed files
with
102 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
/* | ||
Cornerstone Print Styles | ||
Andrew Bacon of UITS WEB DEV | ||
Aug 2015 | ||
*/ | ||
#uc-utility, | ||
#nav-wrapper, | ||
a:after, | ||
#masthead .searchform { | ||
display: none; } | ||
|
||
#site-title.hidden-xs { | ||
display: inline-block !important; } | ||
|
||
#site-title.hidden-xs:after { | ||
visibility: hidden; | ||
display: block; | ||
font-size: 0; | ||
content: " "; | ||
clear: both; | ||
height: 0; } | ||
|
||
/* start commented backslash hack \*/ | ||
* html #site-title.hidden-xs { | ||
height: 1% !important; } | ||
|
||
#site-title.hidden-xs { | ||
display: block !important; } | ||
|
||
/* close commented backslash hack */ | ||
#masthead:after { | ||
visibility: hidden; | ||
display: block; | ||
font-size: 0; | ||
content: " "; | ||
clear: both; | ||
height: 0; } | ||
|
||
#masthead { | ||
display: inline-block; } | ||
|
||
/* start commented backslash hack \*/ | ||
* html #masthead { | ||
height: 1%; } | ||
|
||
#masthead { | ||
display: block; } | ||
|
||
/* close commented backslash hack */ |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/* | ||
Cornerstone Print Styles | ||
Andrew Bacon of UITS WEB DEV | ||
Aug 2015 | ||
*/ | ||
#uc-utility, | ||
#nav-wrapper, | ||
a:after, | ||
#masthead .searchform { | ||
display:none; | ||
} | ||
#site-title.hidden-xs { | ||
display: inline-block!important; | ||
} | ||
|
||
|
||
#site-title.hidden-xs:after { | ||
visibility: hidden; | ||
display: block; | ||
font-size: 0; | ||
content: " "; | ||
clear: both; | ||
height: 0; | ||
} | ||
.clearfix { } | ||
/* start commented backslash hack \*/ | ||
* html #site-title.hidden-xs { height: 1%!important; } | ||
#site-title.hidden-xs { display: block!important; } | ||
/* close commented backslash hack */ | ||
|
||
|
||
|
||
|
||
|
||
#masthead:after { | ||
visibility: hidden; | ||
display: block; | ||
font-size: 0; | ||
content: " "; | ||
clear: both; | ||
height: 0; | ||
} | ||
#masthead { display: inline-block; } | ||
/* start commented backslash hack \*/ | ||
* html #masthead { height: 1%; } | ||
#masthead { display: block; } | ||
/* close commented backslash hack */ |