aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-03-10 21:10:49 +0000
committerThomas Willingham <founder@kakste.com>2013-03-10 21:10:49 +0000
commit635ce018fc0d180283e4fcff82a970e15bacdc6a (patch)
tree8d58172394fca849ffaf09943d4466d89fbd539f
parent5a2970dea12e7c36ee62054794fe98226324185e (diff)
downloadvolse-hubzilla-635ce018fc0d180283e4fcff82a970e15bacdc6a.tar.gz
volse-hubzilla-635ce018fc0d180283e4fcff82a970e15bacdc6a.tar.bz2
volse-hubzilla-635ce018fc0d180283e4fcff82a970e15bacdc6a.zip
Oops, remove erroneously committed files.
-rw-r--r--view/theme/redbasic/css/mod_home.css2
-rw-r--r--view/theme/redbasic/css/mod_profile.css40
2 files changed, 0 insertions, 42 deletions
diff --git a/view/theme/redbasic/css/mod_home.css b/view/theme/redbasic/css/mod_home.css
deleted file mode 100644
index e66d343ab..000000000
--- a/view/theme/redbasic/css/mod_home.css
+++ /dev/null
@@ -1,2 +0,0 @@
-section {left: 20px;}
-
diff --git a/view/theme/redbasic/css/mod_profile.css b/view/theme/redbasic/css/mod_profile.css
deleted file mode 100644
index d3b546113..000000000
--- a/view/theme/redbasic/css/mod_profile.css
+++ /dev/null
@@ -1,40 +0,0 @@
-body {
-background-color: #2e2f2e !important;
-color: #fff !important;
-}
-
-aside {
-position: relative;
-float: right;
-margin-right: 15px;
-}
-
-section {
-right: 250px;
-left: 450px;
-}
-
-.aprofile dt {
- background: none; /*#2e302e; */
- color: #eec;
- font-weight: bold;
-/* box-shadow: 1px 1px 5px 0 #111; */
- margin: 15px 0px 15px;
- padding-left: 5px;
-/* box-shadow: 5px 5px 5px #000; */
- width: 100%;
- }
-
-.aprofile dd{
- background: #333;
- box-shadow: 5px 5px 5px #222 inset;
- border-radius: 5px 5px 5px 5px;
- margin-left: 120px;
- max-width: 100%;
- padding: 10px;
-}
-#profile-extra-links ul {
- margin-left: 0px;
- padding-left: 0px;
- list-style: none;
-} \ No newline at end of file