diff options
author | Thomas Willingham <founder@kakste.com> | 2013-01-12 14:15:42 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-01-12 14:15:42 +0000 |
commit | 261e66a578cc2aa2c293c9ef46362a621c037082 (patch) | |
tree | 8f584e8da1db54a870c979c02561f9eaca0bd1e0 /view/theme | |
parent | 73191ad0f31c92d258cc40819f2ebc4be849540b (diff) | |
download | volse-hubzilla-261e66a578cc2aa2c293c9ef46362a621c037082.tar.gz volse-hubzilla-261e66a578cc2aa2c293c9ef46362a621c037082.tar.bz2 volse-hubzilla-261e66a578cc2aa2c293c9ef46362a621c037082.zip |
Undo stupid events.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/fancyred/css/style.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/view/theme/fancyred/css/style.css b/view/theme/fancyred/css/style.css index dbf028dda..b6fc9bd16 100644 --- a/view/theme/fancyred/css/style.css +++ b/view/theme/fancyred/css/style.css @@ -2853,14 +2853,7 @@ aside input[type='text'] { } .vevent { - background: -moz-radial-gradient(#2e2f2e, #000); -background: -ms-radial-gradient(#2e2f2e, #000); -background: -webkit-radial-gradient(#2e2f2e, #000); -border-radius: 100px; -padding: 80px; -font-weight: bold; -text-align: center; -color: #fff; +border: 1px solid #CCCCCC; } |