pidgin/nest

07a3269fd83d
Parents 9cec1f3e6b5d
Children 6d828dae0ca9
Moves location of custom.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/static/css/custom.css Thu Jan 17 20:10:15 2019 +0000
@@ -0,0 +1,15 @@
+td img {
+ margin: 0 !important;
+ width: 30px;
+}
+
+/* stuff from the old pidgin.im */
+ul.condensed {
+ padding-bottom: 1em;
+ display: block;
+}
+
+.condensed LI {
+ width: 33%;
+ display: inline-block;
+}
--- a/themes/learn/static/css/custom.css Thu Jan 17 19:54:21 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-td img {
- margin: 0 !important;
- width: 30px;
-}
-
-/* stuff from the old pidgin.im */
-ul.condensed {
- padding-bottom: 1em;
- display: block;
-}
-
-.condensed LI {
- width: 33%;
- display: inline-block;
-}