diff --git a/plugins/redmine_ckeditor/assets/ckeditor/styles.js b/plugins/redmine_ckeditor/assets/ckeditor/styles.js index 707b0ad..e4f93c7 100644 --- a/plugins/redmine_ckeditor/assets/ckeditor/styles.js +++ b/plugins/redmine_ckeditor/assets/ckeditor/styles.js @@ -26,6 +26,8 @@ CKEDITOR.stylesSet.add( 'default', [ { name: 'D !', element: 'p', attributes: { 'class': 'note-orange' } }, { name: 'E !', element: 'p', attributes: { 'class': 'note-red' } }, + { name: 'Contenedor tabla', element: 'div', attributes: { 'class': 'autoscroll' } }, + // These styles are already available in the "Format" drop-down list ("format" plugin), // so they are not needed here by default. You may enable them to avoid // placing the "Format" combo in the toolbar, maintaining the same features. diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 13614e6..2e2597b 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -160,7 +160,6 @@ p.breadcrumb, p.buttons, p.author, p.other-formats { /* * Avoid break inside each project block when use columns in the project's page. - * * See https://stackoverflow.com/q/7785374 */ #projects-index {