You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ri...@apache.org on 2014/07/29 16:17:06 UTC

svn commit: r1614359 - /oodt/cms_site/trunk/content/stylesheets/style.css

Author: riverma
Date: Tue Jul 29 14:17:06 2014
New Revision: 1614359

URL: http://svn.apache.org/r1614359
Log:
Small font update

Modified:
    oodt/cms_site/trunk/content/stylesheets/style.css

Modified: oodt/cms_site/trunk/content/stylesheets/style.css
URL: http://svn.apache.org/viewvc/oodt/cms_site/trunk/content/stylesheets/style.css?rev=1614359&r1=1614358&r2=1614359&view=diff
==============================================================================
--- oodt/cms_site/trunk/content/stylesheets/style.css (original)
+++ oodt/cms_site/trunk/content/stylesheets/style.css Tue Jul 29 14:17:06 2014
@@ -798,7 +798,7 @@ a:focus { outline: none }
 #footer .button { box-shadow: none; width: auto; nowhitespace: afterproperty; background: #444; color: #999; cursor: pointer; display: inline-block; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 1; margin: 0; outline: none; padding: 10px 10px 11px; position: relative; text-align: center; text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
 #footer input[type="text"] { background: #333; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; border: 1px solid #333; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; color: #999; display: block; font-size: 12px; margin: 0 0 12px 0; padding: 6px; height: 32px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; box-shadow: none; }
 .copyright { background: #111; padding: 7px 0; border-top: 1px solid #181818; color: #444; }
-.small { color: #444; font-size: 11px; }
+.small { color: #444; font-size: 14px; }
 .grayscale { filter: url(filters.svg#grayscale); filter: gray; -webkit-filter: grayscale(1); opacity: 1; -webkit-filter: grayscale(100%); }
 .dots { background: url(../images/dots.gif) repeat-x; height: 10px; }
 .submit { padding: 3px 10px; border: 0px; color: #fff; font-size: 15px; cursor: pointer; }