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>**/readme*</exclude>
<exclude>**/scriptaculous/**</exclude> <exclude>**/scriptaculous/**</exclude>
<exclude>**/jquery*</exclude> <exclude>**/jquery*</exclude>
<exclude>**/bootstrap/**</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </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-default,
.btn-primary, .btn-primary,
.btn-success, .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 * 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