Un estilo nuevo como contenedor 'responsive' para tablas
This commit is contained in:
parent
60611f3dcb
commit
856ca32d65
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,8 @@ CKEDITOR.stylesSet.add( 'default', [
|
||||||
{ name: 'D !', element: 'p', attributes: { 'class': 'note-orange' } },
|
{ name: 'D !', element: 'p', attributes: { 'class': 'note-orange' } },
|
||||||
{ name: 'E !', element: 'p', attributes: { 'class': 'note-red' } },
|
{ 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),
|
// 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
|
// 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.
|
// placing the "Format" combo in the toolbar, maintaining the same features.
|
||||||
|
|
|
@ -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.
|
* Avoid break inside each project block when use columns in the project's page.
|
||||||
*
|
|
||||||
* See https://stackoverflow.com/q/7785374
|
* See https://stackoverflow.com/q/7785374
|
||||||
*/
|
*/
|
||||||
#projects-index {
|
#projects-index {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue