diff options
Diffstat (limited to 'views/default/css/elements/grid.php')
| -rw-r--r-- | views/default/css/elements/grid.php | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/views/default/css/elements/grid.php b/views/default/css/elements/grid.php index 04c9a46b5..fdbaf4aca 100644 --- a/views/default/css/elements/grid.php +++ b/views/default/css/elements/grid.php @@ -9,11 +9,10 @@ * the last column (@todo we need broswer-specific test cases for this). */ ?> + /* *************************************** GRID *************************************** */ -.elgg-grid { -} .elgg-col { float: left; } @@ -53,18 +52,3 @@ .elgg-col-5of6 { width: 83.33%; } -.elgg-col-last { - width: auto; - float: none; - display: table-cell; -} -.elgg-col-last:after { - clear: both; - display: block; - visibility: hidden; - overflow: hidden; - height: 0 !important; - line-height: 0; - font-size: xx-large; - content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "; -}
\ No newline at end of file |
