summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html6
-rw-r--r--style.css6
2 files changed, 2 insertions, 10 deletions
diff --git a/index.html b/index.html
index 7daf1bf..3defb2a 100644
--- a/index.html
+++ b/index.html
@@ -28,10 +28,8 @@
 			<div id="myproject">
 				<p>I need a hand with some of my projects.  If you can, please look in their repositories.  Any ideas would work.</p>
 				<p><a href="https://git.andrewyu.org/">https://git.andrewyu.org</a> contains the git bare repositories.  <a href="https://project.andrewyu.org">https://project.andrewyu.org</a> contains the project pages.  Usually, their corresponding URLs match with each other (except for the subdomain).</p>
-				<ul>
-					<li><a href="https://project.andrewyu.org/libresociety">The Libre Society Project</a> is a campaign to spread the ideas of <a href="https://fsf.org">free software</a> to places other than software, such as the political system, economics, and society in general.</li>
-					<li><a href="https://project.andrewyu.org/freebiology">The Free Biololgy Project</a> is a repository of ideas for the development of medicine and the treatment of patients, especially related to medical equity.  I haven't started on this one yet, but it is upcoming.</li>
-				</ul>
+				<p><a href="https://project.andrewyu.org/libresociety">The Libre Society Project</a> is a campaign to spread the ideas of <a href="https://fsf.org">free software</a> to places other than software, such as the political system, economics, and society in general.</p>
+				<p><a href="https://project.andrewyu.org/freebiology">The Free Biololgy Project</a> is a repository of ideas for the development of medicine and the treatment of patients, especially related to medical equity.  I haven't started on this one yet, but it is upcoming.</p>
 			</div>
 			<div id="news">
 				<h2>News</h2>
diff --git a/style.css b/style.css
index d0cefab..9b0aa84 100644
--- a/style.css
+++ b/style.css
@@ -66,24 +66,18 @@ a:active {
 	font-weight: bold;
 }
 #majornote {
-	margin: 5ex;
-	padding: 1.5em;
 	color: lime;
 	display: block;
 	border: 2px dashed lime;
 	transition: all 0.5s;
 }
 #myproject {
-	margin: 5ex;
-	padding: 1.5em;
 	color: orange;
 	display: block;
 	border: 2px dashed orange;
 	transition: padding 1s, font-size 1s;
 }
 #campaign {
-	margin: 5ex;
-	padding: 1.5em;
 	color: red;
 	display: block;
 	border: 2px dashed red;