diff options
Diffstat (limited to 'bak/oldluxpages/house-demo/bud.uncompressed.css')
-rw-r--r-- | bak/oldluxpages/house-demo/bud.uncompressed.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bak/oldluxpages/house-demo/bud.uncompressed.css b/bak/oldluxpages/house-demo/bud.uncompressed.css new file mode 100644 index 0000000..7056c9e --- /dev/null +++ b/bak/oldluxpages/house-demo/bud.uncompressed.css @@ -0,0 +1,20 @@ +/*
+ Plugin: BuddyPress First Letter Avatar
+ Plugin website: http://dev49.net
+*/
+
+
+/* BuddyPress First Letter Avatar */
+
+.bpfla.round-avatars {
+ -webkit-border-radius: 50%;
+ -moz-border-radius: 50%;
+ border-radius: 50%;
+
+ /* Uncomment this for a fancy shadow around your avatars
+ (you can also change the shadow parameters!):
+ -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
+ -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
+ box-shadow: 0 0 4px rgba(0, 0, 0, .5);
+ */
+}
|