Merge branch 'master' into api_refactoring

This commit is contained in:
Rohit Yadav 2013-01-08 18:55:05 -08:00
commit a0dbbad253
3 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2012 The Apache Software Foundation
Copyright (c) 2013 The Apache Software Foundation
Apache License

View File

@ -110,7 +110,7 @@ cloud-utils_4.0.0-incubating_amd64.deb
create <filename>/etc/apt/sources.list.d/cloudstack.list</filename> with this
line:</para>
<programlisting>deb http://<replaceable>server.url</replaceable>/cloudstack/repo binary/</programlisting>
<programlisting>deb http://<replaceable>server.url</replaceable>/cloudstack/repo binary ./</programlisting>
<para>Now that you have the repository info in place, you'll want to run another
update so that APT knows where to find the &PRODUCT; packages.</para>

View File

@ -452,11 +452,6 @@ div.list-view table tbody td span {
white-space: nowrap;
}
div.list-view table tbody td span:hover {
overflow: auto;
margin-top: 4px;
}
div.list-view div.toolbar div.section-switcher div.section-select label {
margin: 0 9px 0 0;
}