orion pushed to ipython (f22). "One more fontawesome fix"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 9 23:58:18 UTC 2015


From 51189148883cb4a62532be3c58945b3f0b4a542c Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Sat, 9 May 2015 17:57:27 -0600
Subject: One more fontawesome fix


diff --git a/ipython-2.4.1-fontawesome4.patch b/ipython-2.4.1-fontawesome4.patch
index 01cf433..b7a3a2e 100644
--- a/ipython-2.4.1-fontawesome4.patch
+++ b/ipython-2.4.1-fontawesome4.patch
@@ -141,7 +141,7 @@ diff -up ipython-2.4.1/IPython/html/static/notebook/js/tour.js.fontawesome4 ipyt
    <div class='arrow'></div>\
      <div style='position:absolute; top:7px; right:7px'>\
 -        <button class='btn btn-sm icon-remove' data-role='end'></button></div>\
-+        <button class='btn btn-sm fa fa-remove' data-role='end'></button></div>\
++        <button class='btn btn-sm fa fa-times' data-role='end'></button></div>\
    <h3 class='popover-title'></h3>\
    <div class='popover-content'></div>\
    <div class='popover-navigation'>\
@@ -230,7 +230,7 @@ diff -up ipython-2.4.1/IPython/html/static/widgets/js/widget_container.js.fontaw
                  });
              this.$close = $('<button />')
 -                .addClass('close icon-remove')
-+                .addClass('close fa fa-remove')
++                .addClass('close fa fa-times')
                  .css('margin-left', '5px')
                  .appendTo(this.$title_bar)
                  .click(function(){
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ipython.git/commit/?h=f22&id=51189148883cb4a62532be3c58945b3f0b4a542c


More information about the scm-commits mailing list