www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www layout.css


From: Therese Godefroy
Subject: www layout.css
Date: Mon, 07 Apr 2014 20:34:43 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/04/07 20:34:43

Modified files:
        .              : layout.css 

Log message:
        Comment out clauses to resize videos - not implemented yet.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.167&r2=1.168

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -b -r1.167 -r1.168
--- layout.css  7 Apr 2014 16:25:22 -0000       1.167
+++ layout.css  7 Apr 2014 20:34:37 -0000       1.168
@@ -218,7 +218,6 @@
    font-size: .9em;
    font-family: "FreeSans", sans-serif;
    font-weight: bold;
-   text-align: right;
    line-height: 2em;
    padding: .15em .95em;
    background-color: #d1d4d7;
@@ -834,10 +833,10 @@
    border: .3em solid #3465a4;
 }
 
-/* For the video in education.html */
+/* For the videos in education.html and edu-software-gimp */
 /* 
http://basicuse.net/articles/pl/textile/html_css/resizing_youtube_and_html5_videos_proportionally_using_css_for_responsive_web_design
 */
 
-.video-responsive {
+/*.video-responsive {
    position: relative;
    max-width: 50em;
    height: 0;
@@ -859,7 +858,7 @@
    top: 0;
    left: 0;
    width: 100%;
-   height: 100%;
+   height: 100%;*/
 }
 
 /* End items specific to education */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]