summaryrefslogtreecommitdiff
path: root/plugins/UAP/uap.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UAP/uap.css')
-rw-r--r--plugins/UAP/uap.css50
1 files changed, 0 insertions, 50 deletions
diff --git a/plugins/UAP/uap.css b/plugins/UAP/uap.css
deleted file mode 100644
index 90abe5180..000000000
--- a/plugins/UAP/uap.css
+++ /dev/null
@@ -1,50 +0,0 @@
-/** Universal Ad Package styles:
- * Medium Rectangle 300x250
- * Rectangle 180x150
- * Leaderboard 728x90
- * Wide Skyscraper 160x600
- *
- * @package StatusNet
- * @author Sarven Capadisli <csarven@status.net>
- * @copyright 2010 StatusNet, Inc.
- * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link http://status.net/
- */
-
-
-.ad {
-border:1px solid #CCC;
-float:left;
-}
-
-#ad_medium-rectangle {
-width:300px;
-height:250px;
-
-margin-left:1.35%;
-margin-bottom:18px;
-}
-
-#ad_rectangle {
-width:180px;
-height:150px;
-
-float:right;
-margin-right:18px;
-}
-
-#ad_leaderboard {
-width:728px;
-height:90px;
-
-margin:29px 18px 0 0;
-clear:both;
-}
-
-#ad_wide-skyscraper {
-width:160px;
-height:600px;
-
-margin-top:18px;
-margin-left:8.5%;
-}