Un estilo nuevo como contenedor 'responsive' para tablas

This commit is contained in:
Manuel Cillero 2018-02-26 23:05:49 +01:00
parent 60611f3dcb
commit 856ca32d65
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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 {