projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
126a6e3
)
Styling for mkwsCredit area.
author
Mike Taylor
<mike@indexdata.com>
Thu, 29 May 2014 14:09:41 +0000
(15:09 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 29 May 2014 14:09:41 +0000
(15:09 +0100)
examples/htdocs/mkws-widget-credo.css
patch
|
blob
|
history
diff --git
a/examples/htdocs/mkws-widget-credo.css
b/examples/htdocs/mkws-widget-credo.css
index
2b7d71b
..
57c51cf
100644
(file)
--- a/
examples/htdocs/mkws-widget-credo.css
+++ b/
examples/htdocs/mkws-widget-credo.css
@@
-77,3
+77,12
@@
width: 98%;
}
+.mkwsCredit {
+ font-size: small;
+ text-align: right;
+}
+
+.mkwsCredit::before {
+ content: "Source: ";
+ font-weight: bold;
+}