This repository has been archived by the owner on Feb 23, 2018. It is now read-only.
forked from irods-contrib/metalnx-web
-
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
1 parent
5006f00
commit f8f62a1
Showing
4 changed files
with
178 additions
and
137 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
src/emc-metalnx-shared/src/main/resources/static/css/global.css
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,26 @@ | ||
#hdr-junctiontitle { | ||
background:none; | ||
bottom:9px; | ||
font-family:"Open Sans", sans-serif; | ||
font-size:35px; | ||
font-weight:300; | ||
left:14px; | ||
margin:0; | ||
padding:0; | ||
position:absolute; | ||
text-decoration:none; | ||
width:100%; | ||
} | ||
|
||
#hdr-junctiontitle a { | ||
color:white; | ||
display:block; | ||
margin:0; | ||
padding:0; | ||
text-decoration:none; | ||
width:350px; | ||
} | ||
|
||
#page-wrapper { | ||
font-size: 15px; | ||
} |
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
Oops, something went wrong.