Merge pull request #449 from mwoodiupui/DS-1835

[DS-1835] Invalid bootstrap CSS
This commit is contained in:
Mark H. Wood
2014-01-29 12:38:28 -08:00
5 changed files with 16 additions and 25 deletions

View File

@@ -64,6 +64,7 @@
<exclude>**/readme*</exclude>
<exclude>**/scriptaculous/**</exclude>
<exclude>**/jquery*</exclude>
<exclude>**/bootstrap/**</exclude>
</excludes>
</configuration>
</plugin>

View File

@@ -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

View File

@@ -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