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: Thu, 10 Apr 2014 06:13:48 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/04/10 06:13:48

Modified files:
        .              : layout.css 

Log message:
        Remove commented-out section about video.

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

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -b -r1.168 -r1.169
--- layout.css  7 Apr 2014 20:34:37 -0000       1.168
+++ layout.css  10 Apr 2014 06:13:48 -0000      1.169
@@ -833,34 +833,6 @@
    border: .3em solid #3465a4;
 }
 
-/* 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 {
-   position: relative;
-   max-width: 50em;
-   height: 0;
-   overflow: hidden;
-   padding-bottom: 60%;
-   margin: auto;
-}
-
-#rms-movie {
-   position: relative;
-   height: 0;
-   min-width: 20em;
-   overflow: hidden;
-   padding-bottom: 50%;
-}
-
-#rms-movie video, .video-responsive video {
-   position: absolute;
-   top: 0;
-   left: 0;
-   width: 100%;
-   height: 100%;*/
-}
-
 /* End items specific to education */
 
 



reply via email to

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