Index: openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/xowiki-bootstrap3-specific.css,v diff -u -N -r1.1.2.9 -r1.1.2.10 --- openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 8 Apr 2021 20:11:09 -0000 1.1.2.9 +++ openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 25 Apr 2021 09:48:40 -0000 1.1.2.10 @@ -9,6 +9,7 @@ div.xowiki-content a.broken-link-icon, div.xowiki-content a.edit-item-button, div.xowiki-content a.delete-item-button, +div.xowiki-content a.revisions-item-button, div.xowiki-content a.view-item-button, div.xowiki-content a.create-item-button, div.xowiki-content a.copy-item-button, @@ -25,6 +26,10 @@ font-family: 'Glyphicons Halflings'; content: "\e020"; } +div.xowiki-content a.revisions-item-button::before { + font-family: 'Glyphicons Halflings'; + content: "\e023"; +} div.xowiki-content a.view-item-button::before { font-family: 'Glyphicons Halflings'; content: "\e105";