You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2016/05/02 15:17:52 UTC

[4/4] marmotta git commit: MARMOTTA-626: adapted style

MARMOTTA-626: adapted style


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/9e23c0c9
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/9e23c0c9
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/9e23c0c9

Branch: refs/heads/develop
Commit: 9e23c0c919d73d807db25be3fd67e4e344c1de6f
Parents: 4efb783
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Mon May 2 15:17:33 2016 +0200
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Mon May 2 15:17:33 2016 +0200

----------------------------------------------------------------------
 .../src/main/resources/web/public/style/blue/style.css            | 3 ++-
 .../src/main/resources/web/public/style/white/style.css           | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/9e23c0c9/platform/marmotta-core/src/main/resources/web/public/style/blue/style.css
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/web/public/style/blue/style.css b/platform/marmotta-core/src/main/resources/web/public/style/blue/style.css
index ac1d014..8a4c25d 100644
--- a/platform/marmotta-core/src/main/resources/web/public/style/blue/style.css
+++ b/platform/marmotta-core/src/main/resources/web/public/style/blue/style.css
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 /* main */
 html,body {
     margin:0;
@@ -49,7 +50,7 @@ a#logo {
 }
 
 a#logo img {
-    height: 70px;
+    width: 80%;
 }
 
 #header h1 {

http://git-wip-us.apache.org/repos/asf/marmotta/blob/9e23c0c9/platform/marmotta-core/src/main/resources/web/public/style/white/style.css
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/web/public/style/white/style.css b/platform/marmotta-core/src/main/resources/web/public/style/white/style.css
index a16f3bf..8bfea80 100644
--- a/platform/marmotta-core/src/main/resources/web/public/style/white/style.css
+++ b/platform/marmotta-core/src/main/resources/web/public/style/white/style.css
@@ -41,7 +41,7 @@ a#logo {
 }
 
 a#logo img {
-    height: 70px;
+    width: 80%;
 }
 
 #header h1 {