You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/05/23 05:37:34 UTC

[1/2] incubator-guacamole-website git commit: Allow normal wrapping for small screens ("incubating" overflows screen otherwise).

Repository: incubator-guacamole-website
Updated Branches:
  refs/heads/master e9d6b59db -> 1508a8509


Allow normal wrapping for small screens ("incubating" overflows screen otherwise).


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/c18abe8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/c18abe8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/c18abe8c

Branch: refs/heads/master
Commit: c18abe8ca19a11dbb43a098910f0abf64a7fb237
Parents: e9d6b59
Author: Michael Jumper <mj...@apache.org>
Authored: Sun May 22 22:24:58 2016 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sun May 22 22:32:05 2016 -0700

----------------------------------------------------------------------
 styles/main.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/c18abe8c/styles/main.css
----------------------------------------------------------------------
diff --git a/styles/main.css b/styles/main.css
index 5b61906..afd99ff 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -602,6 +602,7 @@ table.releases td {
 
     #header h1 {
         font-size: 1.75em;
+        white-space: normal;
     }
 
     div#header > * {


[2/2] incubator-guacamole-website git commit: Merge header fix.

Posted by jm...@apache.org.
Merge header fix.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/commit/1508a850
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/tree/1508a850
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/diff/1508a850

Branch: refs/heads/master
Commit: 1508a85094c432da42f32fd6ee560054aa999f58
Parents: e9d6b59 c18abe8
Author: James Muehlner <ja...@guac-dev.org>
Authored: Sun May 22 22:37:14 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Sun May 22 22:37:14 2016 -0700

----------------------------------------------------------------------
 styles/main.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------