diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-23 15:25:48 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-23 15:25:48 -0500 |
commit | 4bfbb194ec1f9fc2647d1cb4e946fb95492076d6 (patch) | |
tree | 2e818635b8ae236cbefe0ccf55e29b23f369d6b7 /views/default/tidypics/css.php | |
parent | 9b814dd2124a8c71dec3a8d510d288f040b03b9e (diff) | |
download | elgg-4bfbb194ec1f9fc2647d1cb4e946fb95492076d6.tar.gz elgg-4bfbb194ec1f9fc2647d1cb4e946fb95492076d6.tar.bz2 |
settings are good enough for a preview release now
Diffstat (limited to 'views/default/tidypics/css.php')
-rw-r--r-- | views/default/tidypics/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index bf47d42b7..e35b8e73f 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -11,6 +11,10 @@ margin: 5px 10px; } +.tidypics-input-thin { + width: 120px; +} + <?php return true; ?> |