Browse Source

Changes in the profile page.

Iñigo Valentin 9 năm trước cách đây
mục cha
commit
b11f80fdb6
2 tập tin đã thay đổi với 7 bổ sung6 xóa
  1. 4 4
      www/.htaccess
  2. 3 2
      www/css/profile.css

+ 4 - 4
www/.htaccess

@@ -78,7 +78,7 @@ Options -MultiViews
         ExpiresByType image/gif "access plus 12 days"
         ExpiresByType image/png "access plus 12 days"
         ExpiresByType video/mkv "access plus 12 days"
-        ExpiresByType text/css "access plus 6 days"
+        #ExpiresByType text/css "access plus 6 days"
         ExpiresByType text/plain "access plus 6 days"
 </IfModule>
 
@@ -92,9 +92,9 @@ Options -MultiViews
 	<filesMatch "\.(ico|jpe?g|png|gif|swf)$">
 		Header set Cache-Control "max-age=864000, public, must-revalidate"
 	</filesMatch>
-	<filesMatch "\.(css)$">
-		Header set Cache-Control "max-age=864000, public, must-revalidate"
-	</filesMatch>
+#	<filesMatch "\.(css)$">
+#		Header set Cache-Control "max-age=864000, public, must-revalidate"
+#	</filesMatch>
 	<filesMatch "\.(js)$">
 		Header set Cache-Control "max-age=864000, private, must-revalidate"
 	</filesMatch>

+ 3 - 2
www/css/profile.css

@@ -3,8 +3,9 @@ div.cv_entry{
 }
 
 div.role{
-    border-radius: 0.3em;
-    border-left: 0.1em solid #000000;
+    margin: 0.5em 1em 0.5em 1em;
+    border-bottom-left-radius: 0.5em;
+    border-left: 0.2em solid #000000;
     padding: 0.5em;
 }