Repository: jena
Updated Branches:
  refs/heads/master 4f3532384 -> 5bf38bbdc


JENA-1046 correct CSS classes for Add Prefix button


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/5bf38bbd
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/5bf38bbd
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/5bf38bbd

Branch: refs/heads/master
Commit: 5bf38bbdc3fea6824984a4826bec82f211a609ba
Parents: 4f35323
Author: Bruno P. Kinoshita <[email protected]>
Authored: Sat May 13 22:04:59 2017 +1200
Committer: Bruno P. Kinoshita <[email protected]>
Committed: Sat May 13 22:04:59 2017 +1200

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-core/src/main/webapp/dataset.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/5bf38bbd/jena-fuseki2/jena-fuseki-core/src/main/webapp/dataset.html
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-core/src/main/webapp/dataset.html 
b/jena-fuseki2/jena-fuseki-core/src/main/webapp/dataset.html
index 229bcfc..177366e 100644
--- a/jena-fuseki2/jena-fuseki-core/src/main/webapp/dataset.html
+++ b/jena-fuseki2/jena-fuseki-core/src/main/webapp/dataset.html
@@ -107,8 +107,8 @@
                           <h2 class="">Prefixes</h2>
                           <ul class="list-inline prefixes">
                             <li class="keep">
-                              <a data-toggle="modal" href="#prefixEditor" 
class="button" title="Add a SPARQL prefix">
-                                <i class="icon-plus-sign"></i>
+                              <a data-toggle="modal" href="#prefixEditor" 
class="btn btn-custom2 btn-sm" title="Add a SPARQL prefix">
+                                <i class="fa fa-plus-circle"></i>
                               </a>
                             </li>
                           </ul>

Reply via email to