mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +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>**/scriptaculous/**</exclude>
|
||||
<exclude>**/jquery*</exclude>
|
||||
<exclude>**/bootstrap/**</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</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-primary,
|
||||
.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
|
||||
* detailed in the LICENSE and NOTICE files at the root of the source
|
||||
* tree and available online at
|
||||
/*!
|
||||
* Bootstrap v3.0.0
|
||||
*
|
||||
* 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 */
|
||||
|
||||
article,
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user