summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-22 03:02:49 +0200
committerSem <sembrestels@riseup.net>2012-08-22 03:02:49 +0200
commit2bd8651a919935d98b6e546d7f670b7fb9a20ad9 (patch)
tree694c24660d582e9fc8f643b901cba17758eadb42 /views
parentdaf23656e7d190f093b913c1458f3a591963af7c (diff)
downloadsaravea_theme-2bd8651a919935d98b6e546d7f670b7fb9a20ad9.tar.gz
saravea_theme-2bd8651a919935d98b6e546d7f670b7fb9a20ad9.tar.bz2
Removed white background css added by profile plugin.
Diffstat (limited to 'views')
-rw-r--r--views/default/n1_theme/css.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php
new file mode 100644
index 0000000..486aff0
--- /dev/null
+++ b/views/default/n1_theme/css.php
@@ -0,0 +1,3 @@
+.profile-content-menu a {
+ background-color: transparent;
+}