mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
Merge pull request #449 from mwoodiupui/DS-1835
[DS-1835] Invalid bootstrap CSS
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
<exclude>**/readme*</exclude>
|
<exclude>**/readme*</exclude>
|
||||||
<exclude>**/scriptaculous/**</exclude>
|
<exclude>**/scriptaculous/**</exclude>
|
||||||
<exclude>**/jquery*</exclude>
|
<exclude>**/jquery*</exclude>
|
||||||
|
<exclude>**/bootstrap/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
@@ -1,10 +1,3 @@
|
|||||||
/**
|
|
||||||
* The contents of this file are subject to the license and copyright
|
|
||||||
* detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
* tree and available online at
|
|
||||||
*
|
|
||||||
* http://www.dspace.org/license/
|
|
||||||
*/
|
|
||||||
.btn-default,
|
.btn-default,
|
||||||
.btn-primary,
|
.btn-primary,
|
||||||
.btn-success,
|
.btn-success,
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -1,10 +1,13 @@
|
|||||||
/**
|
/*!
|
||||||
* The contents of this file are subject to the license and copyright
|
* Bootstrap v3.0.0
|
||||||
* detailed in the LICENSE and NOTICE files at the root of the source
|
|
||||||
* tree and available online at
|
|
||||||
*
|
*
|
||||||
* http://www.dspace.org/license/
|
* Copyright 2013 Twitter, Inc
|
||||||
|
* Licensed under the Apache License v2.0
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Designed and built with all the love in the world by @mdo and @fat.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
article,
|
article,
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user