diff options
author | cash <cash.costello@gmail.com> | 2013-01-26 14:16:51 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-01-26 14:16:51 -0500 |
commit | b9d52537492bc6bd3e5d308c055635cc072612cf (patch) | |
tree | f3b0b6e2f581d323041cf3f0dc6dd10ed38efacc | |
parent | 36a020b7e5f8ec7e68d9ee15cf1f845e5a47e103 (diff) | |
download | elgg-b9d52537492bc6bd3e5d308c055635cc072612cf.tar.gz elgg-b9d52537492bc6bd3e5d308c055635cc072612cf.tar.bz2 |
fixed some formatting issues in CSS files
-rw-r--r-- | mod/groups/views/default/groups/css.php | 4 | ||||
-rw-r--r-- | views/default/css/elements/layout.php | 2 | ||||
-rw-r--r-- | views/default/css/elements/modules.php | 2 | ||||
-rw-r--r-- | views/default/css/elements/typography.php | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index f475f7d9e..6f710ddab 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -10,8 +10,8 @@ margin-right: 10px; } .groups-profile img { - width: 100%; - height: auto; + width: 100%; + height: auto; } .groups-stats { background: #eeeeee; diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index 25a2bffb7..9d92752b4 100644 --- a/views/default/css/elements/layout.php +++ b/views/default/css/elements/layout.php @@ -118,4 +118,4 @@ } .elgg-page-footer a:hover { color: #666; -}
\ No newline at end of file +} diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php index 74092c774..a37ae094b 100644 --- a/views/default/css/elements/modules.php +++ b/views/default/css/elements/modules.php @@ -191,4 +191,4 @@ a.elgg-widget-collapsed:before { .elgg-widget-placeholder { border: 2px dashed #dedede; margin-bottom: 15px; -}
\ No newline at end of file +} diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 4c2c3c774..c044cb1cc 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -157,6 +157,6 @@ h6 { font-size: 0.8em; } padding: 3px 5px; } .elgg-output img { - max-width: 100%; - height: auto; -}
\ No newline at end of file + max-width: 100%; + height: auto; +} |