summaryrefslogtreecommitdiff
path: root/licenses/includes/popup.css
diff options
context:
space:
mode:
authorFernando Farfan <ffarfan@gmail.com>2015-06-01 16:50:59 -0600
committerFernando Farfan <ffarfan@gmail.com>2015-06-05 10:17:43 -0600
commit1b11468530240737f7b662d13174fb2335a80404 (patch)
tree0eb34124e19ef74111c67893ced02c3b06b483ce /licenses/includes/popup.css
parentf3ae3d0da7199bb214ea84700c47370682c200b8 (diff)
Added new CC License files
Added new License files to be in sync with all the license levels served by our applications. [endlessm/eos-sdk#3111]
Diffstat (limited to 'licenses/includes/popup.css')
-rw-r--r--licenses/includes/popup.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/licenses/includes/popup.css b/licenses/includes/popup.css
new file mode 100644
index 0000000..8e3ba85
--- /dev/null
+++ b/licenses/includes/popup.css
@@ -0,0 +1,23 @@
+ body {
+ background:#ddd;
+ margin:10px;
+ }
+
+ .bodybox {
+ background-color:white;
+ border:1px solid black;
+ text-align:left;
+ }
+
+ .bodyfloat {
+ padding:10px;
+ font-family:"Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
+ color:#333;
+ text-align:left;
+}
+
+
+a {
+ color:#516650;
+ font-weight:bold;
+}