Преглед на файлове

Bolded text, for better visibility.

deadtom преди 3 седмици
родител
ревизия
eb5b87ced4
променени са 2 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 1 0
      ownchatbot/templates/goals.html
  2. 2 1
      ownchatbot/templates/votes.html

+ 1 - 0
ownchatbot/templates/goals.html

@@ -12,6 +12,7 @@
             color: white;
             width: 600px;
             text-align: left;
+	    font-weight: bold;
         }
     </style>
 </head>

+ 2 - 1
ownchatbot/templates/votes.html

@@ -12,7 +12,8 @@
             color: white;
             width: 400px;
             position: absolute; 
-                            bottom: 0; left: 0;
+            bottom: 0; left: 0;
+	    font-weight: bold;
         }
     </style>
 </head>