NIHVIVO-70 Moved license text to top of all files, for consistency with Eclipse file templates to be created.
This commit is contained in:
parent
3f17d16d7b
commit
e1ce43ff74
7 changed files with 14 additions and 13 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
vivo-basic theme: entity page styles
|
vivo-basic theme: entity page styles
|
||||||
|
|
||||||
|
@ -7,4 +9,3 @@
|
||||||
2009-05-05 mw542
|
2009-05-05 mw542
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
vivo-basic theme: editing form styles
|
vivo-basic theme: editing form styles
|
||||||
|
|
||||||
|
@ -5,8 +7,6 @@
|
||||||
|
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
||||||
|
|
||||||
form {
|
form {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/****************************************
|
/****************************************
|
||||||
vivo-basic theme: institutional identity
|
vivo-basic theme: institutional identity
|
||||||
|
|
||||||
|
@ -5,9 +7,6 @@
|
||||||
2009-01-27 nac26
|
2009-01-27 nac26
|
||||||
*****************************************/
|
*****************************************/
|
||||||
|
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************************
|
/**********************************************************************************
|
||||||
Add styles for institutional identity here.
|
Add styles for institutional identity here.
|
||||||
Be sure to place all of your content in <div id="institution"> found in themes/vivo-basic/jsp/identity.jsp on line 77.
|
Be sure to place all of your content in <div id="institution"> found in themes/vivo-basic/jsp/identity.jsp on line 77.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/****************************************
|
/****************************************
|
||||||
vivo-basic theme: print styles
|
vivo-basic theme: print styles
|
||||||
|
|
||||||
|
@ -5,8 +7,6 @@
|
||||||
2009-04-30 mw542
|
2009-04-30 mw542
|
||||||
*****************************************/
|
*****************************************/
|
||||||
|
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/****************************************
|
/****************************************
|
||||||
vivo-basic theme: screen styles
|
vivo-basic theme: screen styles
|
||||||
|
|
||||||
|
@ -5,8 +7,6 @@
|
||||||
2009-04-30 mw542
|
2009-04-30 mw542
|
||||||
*****************************************/
|
*****************************************/
|
||||||
|
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
||||||
|
|
||||||
@import url("blueprint/reset.css");
|
@import url("blueprint/reset.css");
|
||||||
@import url("blueprint/forms.css");
|
@import url("blueprint/forms.css");
|
||||||
@import url("blueprint/typography.css");
|
@import url("blueprint/typography.css");
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
vivo-basic theme: search result styles
|
vivo-basic theme: search result styles
|
||||||
|
|
||||||
|
@ -5,4 +7,3 @@
|
||||||
|
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
vivo-basic theme: tab styles
|
vivo-basic theme: tab styles
|
||||||
(from original Vitro theme)
|
(from original Vitro theme)
|
||||||
|
@ -9,8 +11,6 @@
|
||||||
2006-01-05 bdc34
|
2006-01-05 bdc34
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
||||||
|
|
||||||
/************ header ******************/
|
/************ header ******************/
|
||||||
|
|
||||||
#contents h2 {
|
#contents h2 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue