diff options
Diffstat (limited to 'views/default/css/elements')
-rw-r--r-- | views/default/css/elements/core.php | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/views/default/css/elements/core.php b/views/default/css/elements/core.php index 2e47b9283..e730c4ee2 100644 --- a/views/default/css/elements/core.php +++ b/views/default/css/elements/core.php @@ -94,6 +94,14 @@ h2 { .listing .icon img { width: auto } .listing .info { display: table-cell; } +.hidden { + display:none; +} +.center { + margin: 0 auto; +} + + .link { cursor:pointer; } @@ -103,9 +111,8 @@ h2 { .divider { border-top:1px solid #cccccc; } -.hidden { - display:none; -} + + .radius8 { -webkit-border-radius: 8px; -moz-border-radius: 8px; @@ -116,6 +123,7 @@ h2 { .margin-top { margin-top:10px; } + .elgg-tags { background-image:url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png); background-repeat: no-repeat; @@ -229,3 +237,14 @@ h2 { .elgg-width-classic { width: 990px; } + +.elgg-text ul, ol { + margin: 0 1.5em 1.5em 0; + padding-left: 1.5em; +} +.elgg-text ul { + list-style-type: disc; +} +.elgg-text ol { + list-style-type: decimal; +}
\ No newline at end of file |