From 24b483db367291b72170f969de78efcb1a9b95bd Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 3 May 2012 22:53:07 -0700 Subject: integrating the latest montage version Signed-off-by: Valerio Virgillito --- .../examples/youtube-channel-example/style.css | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100755 node_modules/montage/examples/youtube-channel-example/style.css (limited to 'node_modules/montage/examples/youtube-channel-example/style.css') diff --git a/node_modules/montage/examples/youtube-channel-example/style.css b/node_modules/montage/examples/youtube-channel-example/style.css deleted file mode 100755 index c281cd65..00000000 --- a/node_modules/montage/examples/youtube-channel-example/style.css +++ /dev/null @@ -1,47 +0,0 @@ -/* - This file contains proprietary software owned by Motorola Mobility, Inc.
- No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
- (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. -
*/ - - -/* Base ----------------------------- */ - -html { - background-color: hsl(0,0%,85%); - height: 100%; -} - -body { - margin: 0; - width: 100%; - height: 100%; - display: -webkit-box; - -webkit-box-align: center; - -webkit-box-pack: center; - - display: -moz-box; - -moz-box-align: center; - -moz-box-pack: center; -} - - -/* Converter ----------------------------- */ - -.youtube-channel-example { - padding: 10px; - text-shadow: #fff 0 1px 0; - border-radius: 8px; - background-color: hsl(0,0%,95%); - box-shadow: inset 0px 1px 2px 1px hsla(0,0%,100%,1), 0px 2px 5px hsla(0,0%,0%,.1); -} - -.youtube-channel-example #title { - margin: 0 0 5px 0; - text-align: center; - font: 24px/40px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; -} - -.youtube-channel-example-url { - width: 100%; -} -- cgit v1.2.3