summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-10-09 03:45:28 +0200
committerfoockinho <foockinho@lorea.org>2012-10-09 03:45:28 +0200
commit085632982c9d72e1b65e0a4601f96fa79eaf42b7 (patch)
tree3035a811b59db995684749de76f8a6491a7c7593
parent0fb0e1085cb5c688e38d48b40d8c336d4a0cc3cd (diff)
downloadsaravea_theme-085632982c9d72e1b65e0a4601f96fa79eaf42b7.tar.gz
saravea_theme-085632982c9d72e1b65e0a4601f96fa79eaf42b7.tar.bz2
fixed progfile widget witdth
-rw-r--r--views/default/css/elements/grid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css/elements/grid.php b/views/default/css/elements/grid.php
index fdbaf4a..900300f 100644
--- a/views/default/css/elements/grid.php
+++ b/views/default/css/elements/grid.php
@@ -23,7 +23,7 @@
width: 50%;
}
.elgg-col-1of3 {
- width: 33.33%;
+ width: 33.3%;
}
.elgg-col-2of3 {
width: 66.66%;