diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/assets/style.css | 2 | ||||
-rw-r--r-- | pages/linux/en.text | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/pages/assets/style.css b/pages/assets/style.css index eba2365..ab87393 100644 --- a/pages/assets/style.css +++ b/pages/assets/style.css @@ -22,7 +22,7 @@ } .bm-front-buttons .btn { - width: 140px; + width: 100%; margin-top: 20px; } diff --git a/pages/linux/en.text b/pages/linux/en.text index e470039..eea75cd 100644 --- a/pages/linux/en.text +++ b/pages/linux/en.text @@ -22,6 +22,10 @@ h2. Install as packages This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date. +h3. Ubuntu 15.04 (Vivid Vervet) + +<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %> + h3. Ubuntu 14.10 (Utopic Unicorn) <%= render({:partial => 'via_packages'}, {:distro => 'utopic'}) %> |