The branch, master has been updated via d5c6f3cfe14b7a5882fd02a71b34f49640c62594 (commit) from 288ae8dc8c25c9262af6b241433b69ca10d3608b (commit)
- Log ----------------------------------------------------------------- commit d5c6f3cfe14b7a5882fd02a71b34f49640c62594 Author: Madhura Jayaratne madhura.cj@gmail.com Date: Mon May 2 17:22:18 2011 +0530
Style changes for table/db operations pages
-----------------------------------------------------------------------
Summary of changes: darkblue_orange/css/theme_right.css.php | 2 +- graphite/css/theme_right.css.php | 2 +- toba/css/theme_right.css.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/darkblue_orange/css/theme_right.css.php b/darkblue_orange/css/theme_right.css.php index 637b063..a285c47 100644 --- a/darkblue_orange/css/theme_right.css.php +++ b/darkblue_orange/css/theme_right.css.php @@ -1297,7 +1297,7 @@ li#li_user_preferences { }
.operations_half_width { - min-width: 48%; + width: 48%; float: <?php echo $left; ?>; }
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index 80bb6a7..538aed5 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -1051,7 +1051,7 @@ li#li_select_fontsize { }
.operations_half_width { - min-width: 48%; + width: 48%; float: <?php echo $left; ?>; }
diff --git a/toba/css/theme_right.css.php b/toba/css/theme_right.css.php index b929b82..ed2f652 100644 --- a/toba/css/theme_right.css.php +++ b/toba/css/theme_right.css.php @@ -1256,7 +1256,7 @@ li#li_user_preferences { }
.operations_half_width { - min-width: 48%; + width: 48%; float: <?php echo $left; ?>; }
hooks/post-receive