From 00c00a7c299a184ea280e60f3740fe258f6ce493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 19 Dec 2016 02:00:00 +0100 Subject: [PATCH] Version 16.104.1 --- css/swad16.104.css | 5 ++++- swad_changelog.h | 3 ++- swad_layout.c | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/css/swad16.104.css b/css/swad16.104.css index 4f935cd4a..67b10729c 100644 --- a/css/swad16.104.css +++ b/css/swad16.104.css @@ -55,7 +55,6 @@ table th box-sizing:border-box; padding:0; color:#4D88A1; - /* font-size:12pt; */ font-weight:bold; } table td @@ -73,6 +72,10 @@ form display:inline; margin:0; } +address + { + font-style: normal; + } hr.WHITE_SEPARA {height:0; border-top:0; border-bottom:#707070 dotted 1px;} hr.GREY_SEPARA {height:0; border-top:0; border-bottom:#707070 dotted 1px;} hr.BLUE_SEPARA {height:0; border-top:0; border-bottom:#4D88A1 dotted 1px;} diff --git a/swad_changelog.h b/swad_changelog.h index f08337416..90f143740 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -187,13 +187,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.104 (2016-12-19)" +#define Log_PLATFORM_VERSION "SWAD 16.104.1 (2016-12-19)" #define CSS_FILE "swad16.104.css" #define JS_FILE "swad16.101.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1 /* + Version 16.104.1: Dec 19, 2016 New address element. (211187 lines) Version 16.104: Dec 19, 2016 Change in checkbox to confirm that I have read a course info. Changes in layout of lists. (211183 lines) Version 16.103.7: Dec 18, 2016 Change in checkbox to force students to read couse info. (211206 lines) diff --git a/swad_layout.c b/swad_layout.c index dda8455ab..0a1bcac57 100644 --- a/swad_layout.c +++ b/swad_layout.c @@ -1572,7 +1572,7 @@ static void Lay_WriteAboutZone (void) extern const char *Txt_Questions_and_problems; /***** Start about zone *****/ - fprintf (Gbl.F.Out,""); // about_zone + fprintf (Gbl.F.Out,""); // about_zone } /*****************************************************************************/