diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2012-02-14 06:27:23 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2012-02-14 06:27:23 +0000 |
commit | 75f8c152ceaa2dec356f500b0fa687e54febf060 (patch) | |
tree | f1c63052f6de3ebf600c356a7ef94c4d792a47ca /app/views | |
parent | d8fed7d515bfe4e59b2e66d5b2dc78ca07f5cf20 (diff) | |
download | redmine-75f8c152ceaa2dec356f500b0fa687e54febf060.tar.gz redmine-75f8c152ceaa2dec356f500b0fa687e54febf060.zip |
Removed useless style.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8868 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/repositories/_revision_graph.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_revision_graph.html.erb b/app/views/repositories/_revision_graph.html.erb index 63cb50583..a26682f27 100644 --- a/app/views/repositories/_revision_graph.html.erb +++ b/app/views/repositories/_revision_graph.html.erb @@ -15,4 +15,4 @@ }); </script> -<div id="holder" class="revision-graph" style="width: <%= (space + 1) * 20 %>px;"></div> +<div id="holder" class="revision-graph"></div> |