Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
05693133dd
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
49 lines (40 sloc) 888 Bytes
/*
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 */