فهرست منبع

more margin on comparison img

Nick Sweeting 5 سال پیش
والد
کامیت
07649c3aa6
2فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 1 1
      README.md
  2. 4 0
      assets/css/style.scss

+ 1 - 1
README.md

@@ -324,7 +324,7 @@ All the archived links are stored by date bookmarked in `./archive/<timestamp>`,
 
 
 ▶ **Check out our [community page](https://github.com/ArchiveBox/ArchiveBox/wiki/Web-Archiving-Community) for an index of web archiving initiatives and projects.**
 ▶ **Check out our [community page](https://github.com/ArchiveBox/ArchiveBox/wiki/Web-Archiving-Community) for an index of web archiving initiatives and projects.**
 
 
-<img src="https://i.imgur.com/4nkFjdv.png" width="10%" align="left"/> The aim of ArchiveBox is to go beyond what the Wayback Machine and other public archiving services can do, by adding a headless browser to replay sessions accurately, and by automatically extracting all the content in multiple redundant formats that will survive being passed down to historians and archivists through many generations.
+<img src="https://i.imgur.com/4nkFjdv.png" width="10%" align="left" alt="comparison"/> The aim of ArchiveBox is to go beyond what the Wayback Machine and other public archiving services can do, by adding a headless browser to replay sessions accurately, and by automatically extracting all the content in multiple redundant formats that will survive being passed down to historians and archivists through many generations.
 
 
 #### User Interface & Intended Purpose
 #### User Interface & Intended Purpose
 
 

+ 4 - 0
assets/css/style.scss

@@ -39,6 +39,10 @@ header h2 {
     margin-bottom: 20px;
     margin-bottom: 20px;
 }
 }
 
 
+#main_content img[alt=comparison] {
+    margin: 25px;
+}
+
 #forkme_banner {
 #forkme_banner {
     opacity: 0.1;
     opacity: 0.1;
 }
 }